You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localLogger.debug({context: 'checkIsMemberOfProject',message: `the members of project ${projectId}: ${memberIdList}`})
612
+
localLogger.debug({context: 'checkIsMemberOfProject',message: `the members of project ${projectId}: ${JSON.stringify(memberIdList)}, authUserId: ${JSON.stringify(userId)}`})
612
613
if(!memberIdList.includes(userId)){
613
614
thrownewerrors.UnauthorizedError(`userId: ${userId} the user is not a member of project ${projectId}`)
0 commit comments