Skip to content

Commit

Permalink
Fix authentication webhook to support multi user env (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb authored Jan 31, 2025
1 parent a3c1407 commit 7d6154f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/check/check.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class CheckService {
yorkieDocumentId,
workspace: {
userWorkspaceList: {
every: {
some: {
userId: sub,
},
},
Expand Down

0 comments on commit 7d6154f

Please sign in to comment.