We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f929bb9 commit 6a7c6a3Copy full SHA for 6a7c6a3
src/routes/userReports/getEmbedReport.js
@@ -42,7 +42,7 @@ module.exports = [
42
const member = {
43
firstName: callerUser.firstName,
44
lastName: callerUser.lastName,
45
- userId: callerUser.userId,
+ userId: authUser.userId,
46
role: '',
47
};
48
let roleKey = '';
0 commit comments