Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 54f6b2c

Browse files
committed
log function response
1 parent 1c09a5c commit 54f6b2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netlify_functions/deploy-succeeded/deploy-succeeded.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const axios = require('axios');
33
const { ONE_SIGNAL_API_KEY, ONE_SIGNAL_APP_ID } = process.env;
44

55
function response(body = '') {
6+
console.log(body);
67
return {
78
statusCode: 200,
89
body,

0 commit comments

Comments
 (0)