mirror of
https://github.com/certd/certd.git
synced 2026-07-18 20:17:34 +08:00
chore: lint
This commit is contained in:
@@ -239,7 +239,7 @@ export class AliyunDeployCertToALB extends AbstractTaskPlugin {
|
||||
access: client.access,
|
||||
logger: this.logger,
|
||||
endpoint: this.casEndpoint,
|
||||
});
|
||||
});
|
||||
|
||||
const certIds = [];
|
||||
for (const item of list) {
|
||||
@@ -295,7 +295,7 @@ export class AliyunDeployCertToALB extends AbstractTaskPlugin {
|
||||
access,
|
||||
logger: this.logger,
|
||||
endpoint: this.casEndpoint,
|
||||
});
|
||||
});
|
||||
|
||||
if (certInfo.crt) {
|
||||
const certName = this.buildCertName(CertReader.getMainDomain(certInfo.crt));
|
||||
@@ -404,4 +404,3 @@ export class AliyunDeployCertToALB extends AbstractTaskPlugin {
|
||||
}
|
||||
|
||||
new AliyunDeployCertToALB();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user