mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
feat: ui模式
BREAKING CHANGE: 接口配置变更
This commit is contained in:
@@ -73,7 +73,7 @@ export class HuaweiDnsProvider implements IDnsProvider {
|
||||
if (records && records.length > 0) {
|
||||
for (const record of records) {
|
||||
await this.removeRecord({
|
||||
record: records[0],
|
||||
record,
|
||||
...options,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user