Skip to content

Commit 31c2a64

Browse files
author
Vikas Agarwal
committed
lint fix
1 parent 8f1ac5c commit 31c2a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projectMemberInvites/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ module.exports = [
130130
}
131131

132132
req.log.debug('Creating invites');
133-
const emailEventType = BUS_API_EVENT.PROJECT_MEMBER_EMAIL_INVITE_CREATED
133+
const emailEventType = BUS_API_EVENT.PROJECT_MEMBER_EMAIL_INVITE_CREATED;
134134
return models.sequelize.Promise.all(invitePromises)
135135
.then((values) => {
136136
values.forEach((v) => {

0 commit comments

Comments
 (0)