Skip to content

Commit d3a20aa

Browse files
Dummy commit
1 parent 64d9764 commit d3a20aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handlers/code-build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports.notify = (event, context, callback) => {
3232
const buildArn = event.detail['build-id'];
3333
const buildId = buildArn.substring(buildArn.indexOf(':build/') + 7);
3434

35+
3536
request({
3637
method: 'POST',
3738
uri: process.env.slack_url,

0 commit comments

Comments
 (0)