Skip to content

Commit

Permalink
Fix tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Apr 22, 2023
1 parent 00d0421 commit 47f63d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
} else if (typeof obj === 'function') {
return send(obj(getPayload()));
}
return Promise.reject();
return send(getPayload());
};

/* Start */
Expand Down

0 comments on commit 47f63d8

Please sign in to comment.