We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8083ad5 + 92126c8 commit e495bd1Copy full SHA for e495bd1
lib/trackUsage.ts
@@ -59,5 +59,5 @@ export async function trackUsage(
59
resolveWithFullResponse: true,
60
});
61
logger.debug(i18n(`${i18nKey}.sendingEventUnauthenticated`));
62
- axios({ ...axiosConfig, method: 'post' });
+ return axios({ ...axiosConfig, method: 'post' });
63
}
0 commit comments