Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 2fd5195

Browse files
authored
Merge branch 'master' into payload-size
2 parents 76e00a5 + d0e0f04 commit 2fd5195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class Analytics {
278278
req.timeout = typeof this.timeout === 'string' ? ms(this.timeout) : this.timeout
279279
}
280280

281-
this.axiosInstance.post(`${this.host}${this.path}`, data, req)
281+
return this.axiosInstance.post(`${this.host}${this.path}`, data, req)
282282
.then(() => done())
283283
.catch(err => {
284284
if (err.response) {

0 commit comments

Comments
 (0)