Skip to content

Commit ee9acd6

Browse files
authored
fix lint
1 parent a57a26c commit ee9acd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/busApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = (app, logger) => {
2727
createEvent(BUS_API_EVENT.PROJECT_CREATED, {
2828
projectId: project.id,
2929
projectName: project.name,
30-
userId: req.authUser.userId
30+
userId: req.authUser.userId,
3131
});
3232
});
3333

0 commit comments

Comments
 (0)