Skip to content

Commit 1c29d31

Browse files
committed
🐛 fix for sending usage reporting
1 parent 4189e14 commit 1c29d31

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
@@ -281,7 +281,7 @@ async function send(args) {
281281
}
282282
});
283283
try {
284-
const response = await axios.post(options.url, options.payload, {
284+
const response = await axios.post(options.url, options.body, {
285285
headers: options.headers,
286286
});
287287
let result = {

0 commit comments

Comments
 (0)