Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrurodr committed Mar 4, 2022
1 parent e1b491e commit 2cd33e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ function wrapWebhook(webhook, payload) {
client.interceptors.response.use((axiosResponse) => {
utils_1.logInfo(JSON.stringify(axiosResponse));
return axiosResponse;
}, (error) => {
utils_1.logInfo(JSON.stringify(error));
return error;
});
yield client.post(webhook, payload);
}
Expand Down

0 comments on commit 2cd33e1

Please sign in to comment.