replace with custom superagent based on fetch API

This commit is contained in:
Girish Ramakrishnan
2025-02-14 17:26:54 +01:00
parent 68a08b1f62
commit 8e58349bfa
66 changed files with 1086 additions and 1031 deletions

View File

@@ -21,7 +21,7 @@ const assert = require('assert'),
waitForDns = require('./waitfordns.js');
function formatError(error) {
return `OVH DNS error ${error.error} ${error.message}`; // error.error is the statusCode
return `OVH DNS error ${error.error} ${error.message}`; // error.error is the status
}
function removePrivateFields(domainObject) {