Skip to content

Commit

Permalink
commenting out event loop flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwards, Chris authored and Edwards, Chris committed Aug 17, 2017
1 parent 3203e77 commit 0d83172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function handler(event, context, callback) {
);
});
// eslint-disable-next-line no-param-reassign
context.callbackWaitsForEmptyEventLoop = false;
//context.callbackWaitsForEmptyEventLoop = false;
console.log('sending callback');
callback(null, slack.slackResp(''));
return false;
Expand Down

0 comments on commit 0d83172

Please sign in to comment.