mirror of
https://github.com/certd/certd.git
synced 2026-07-07 13:07:36 +08:00
chore: 优化代码格式
This commit is contained in:
@@ -78,8 +78,8 @@ export class DeployCertToAliyunApig extends AbstractTaskPlugin {
|
||||
action: DeployCertToAliyunApig.prototype.onGetDomainList.name,
|
||||
watches: ["region", "accessId", "gatewayType"],
|
||||
required: true,
|
||||
pager:true,
|
||||
search:true,
|
||||
pager: true,
|
||||
search: true,
|
||||
})
|
||||
)
|
||||
domainList!: string[];
|
||||
@@ -196,7 +196,7 @@ export class DeployCertToAliyunApig extends AbstractTaskPlugin {
|
||||
throw new Error("请选择网关类型");
|
||||
}
|
||||
|
||||
const pager = new Pager(data);
|
||||
const pager = new Pager(data);
|
||||
const access = await this.getAccess<AliyunAccess>(this.accessId);
|
||||
|
||||
const client = access.getClient(this.regionEndpoint);
|
||||
|
||||
Reference in New Issue
Block a user