Skip to content

Commit 41d5294

Browse files
committed
chore: revert testing changes
1 parent b6570af commit 41d5294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/usageReporting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ async function send(args) {
289289
}
290290
});
291291
try {
292-
const response = await axios.post("abc", options.body, axiosConfig);
292+
const response = await axios.post(options.url, options.body, axiosConfig);
293293
let result = {
294294
statusText: response.statusText,
295295
statusCode: response.status,

0 commit comments

Comments
 (0)