Skip to content

Commit 12c675e

Browse files
author
Vikas Agarwal
committed
Added initiator user id for fetching information about inviting user in notification emails
1 parent 48f1412 commit 12c675e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/events/busApi.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ module.exports = (app, logger) => {
668668
projectId,
669669
userId,
670670
email,
671+
initiatorUserId: req.authUser.userId,
671672
}, logger);
672673
});
673674

@@ -681,6 +682,7 @@ module.exports = (app, logger) => {
681682
userId,
682683
email,
683684
status,
685+
initiatorUserId: req.authUser.userId,
684686
}, logger);
685687
});
686688
};

0 commit comments

Comments
 (0)