Skip to content

Commit 6a7c6a3

Browse files
author
Vikas Agarwal
committed
Fixing user Id field access
1 parent f929bb9 commit 6a7c6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/userReports/getEmbedReport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = [
4242
const member = {
4343
firstName: callerUser.firstName,
4444
lastName: callerUser.lastName,
45-
userId: callerUser.userId,
45+
userId: authUser.userId,
4646
role: '',
4747
};
4848
let roleKey = '';

0 commit comments

Comments
 (0)