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 10bd0f2 commit 461dcd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ function wrapWebhook(webhook, payload) {
utils_1.logInfo(JSON.stringify(config));
return config;
});
client.interceptors.response.use((axiosResponse) => {
utils_1.logInfo(JSON.stringify(axiosResponse));
return axiosResponse;
});
yield client.post(webhook, payload);
}
catch (e) {
Expand Down

0 comments on commit 461dcd4

Please sign in to comment.