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}`})
968
+
localLogger.debug({context: 'checkIsMemberOfProject',message: `the members of project ${projectId}: ${JSON.stringify(memberIdList)}, authUserId: ${JSON.stringify(userId)}`})
967
969
if(!memberIdList.includes(userId)){
968
970
thrownewerrors.UnauthorizedError(`userId: ${userId} the user is not a member of project ${projectId}`)
0 commit comments