chore: lint

This commit is contained in:
xiaojunnuo
2026-07-15 01:25:55 +08:00
parent 167b303fae
commit 6cc74a1c0a
26 changed files with 29 additions and 75 deletions
@@ -12,7 +12,6 @@ export type AliyunSslClientOpts = {
logger: ILogger;
endpoint?: string;
region?: string;
};
export type AliyunSslGetResourceListReq = {
@@ -47,7 +46,6 @@ export class AliyunSslClient {
constructor(opts: AliyunSslClientOpts) {
this.opts = opts;
this.logger = opts.logger;
}
checkRet(ret: any) {
@@ -254,5 +252,3 @@ export class AliyunSslClient {
}
}
}