mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore: 移除 autowire
This commit is contained in:
@@ -16,7 +16,7 @@ export class VolcengineDnsProvider extends AbstractDnsProvider {
|
||||
|
||||
|
||||
async onInstance() {
|
||||
this.access = this.ctx.access
|
||||
this.access = this.ctx.access as VolcengineAccess
|
||||
this.client = new VolcengineDnsClient({
|
||||
access: this.access,
|
||||
logger: this.logger,
|
||||
|
||||
Reference in New Issue
Block a user