Skip to content

Commit

Permalink
Update auto.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bchr02 committed May 10, 2024
1 parent 88630a5 commit ea6cb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/auto.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async function challengeRemoveFn(authz, challenge, keyAuthorization) {

/* Replace this */
log(`Would remove TXT record "${dnsRecord}" with value "${recordValue}"`);
// await dnsProvider.removeRecord(dnsRecord, 'TXT');
// await dnsProvider.removeRecord(dnsRecord, 'TXT', recordValue);
}
}

Expand Down

0 comments on commit ea6cb56

Please sign in to comment.