We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6570af commit 41d5294Copy full SHA for 41d5294
bin/helpers/usageReporting.js
@@ -289,7 +289,7 @@ async function send(args) {
289
}
290
});
291
try {
292
- const response = await axios.post("abc", options.body, axiosConfig);
+ const response = await axios.post(options.url, options.body, axiosConfig);
293
let result = {
294
statusText: response.statusText,
295
statusCode: response.status,
0 commit comments