mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: parseDomain优化
This commit is contained in:
@@ -61,7 +61,7 @@ export class CommonDnsProvider implements IDnsProvider {
|
||||
domain: options.recordReq.domain,
|
||||
hostRecord: options.recordReq.hostRecord,
|
||||
recordValue: options.recordReq.value,
|
||||
recordId: options.recordRes.recordId,
|
||||
recordId: options.recordRes?.recordId,
|
||||
providerId: this.config.id,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user