This commit is contained in:
Benjamin Toby
2025-07-05 17:27:26 +01:00
parent d80d876ac1
commit ad904622eb
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -76,7 +76,7 @@ function queryDSQLAPI(_a) {
payload: undefined,
msg: `An error occurred while parsing the response`,
error: error.message,
errorData: requestOptions,
errorData: { requestOptions, grabedHostNames },
});
}
});
@@ -86,7 +86,7 @@ function queryDSQLAPI(_a) {
payload: undefined,
msg: `An error occurred on the response`,
error: err.message,
errorData: requestOptions,
errorData: { requestOptions, grabedHostNames },
});
});
});
@@ -96,7 +96,7 @@ function queryDSQLAPI(_a) {
payload: undefined,
msg: `An error occurred while making the request`,
error: err.message,
errorData: requestOptions,
errorData: { requestOptions, grabedHostNames },
});
});
if (reqPayload) {