mirror of
https://github.com/certd/certd.git
synced 2026-07-16 18:57:32 +08:00
chore: lint
This commit is contained in:
@@ -9,13 +9,11 @@ export class TencentCosClient {
|
||||
region: string;
|
||||
bucket: string;
|
||||
|
||||
|
||||
constructor(opts: { access: TencentAccess; logger: ILogger; region: string; bucket: string }) {
|
||||
this.access = opts.access;
|
||||
this.logger = opts.logger;
|
||||
this.bucket = opts.bucket;
|
||||
this.region = opts.region;
|
||||
|
||||
}
|
||||
|
||||
async importRuntime(specifier: string) {
|
||||
@@ -122,4 +120,3 @@ export class TencentCosClient {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user