Skip to content

Commit

Permalink
chore: revert testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asambstack committed Nov 19, 2024
1 parent b6570af commit 41d5294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/helpers/usageReporting.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ async function send(args) {
}
});
try {
const response = await axios.post("abc", options.body, axiosConfig);
const response = await axios.post(options.url, options.body, axiosConfig);
let result = {
statusText: response.statusText,
statusCode: response.status,
Expand Down

0 comments on commit 41d5294

Please sign in to comment.