Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
Return null after sending slack invite
Browse files Browse the repository at this point in the history
  • Loading branch information
ASankaran committed Feb 23, 2018
1 parent 2e3af41 commit 9170224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/controllers/CheckInController.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function createCheckIn(req, res, next) {
isDevelopment: config.isDevelopment
};
services.MailService.send(user.get('email'), config.mail.templates.slackInvite, substitutions);
return null;
}
))
.then((response) => {
Expand Down

0 comments on commit 9170224

Please sign in to comment.