Fix booking filters not working for admin (#6576)
This commit is contained in:
@@ -241,7 +241,9 @@ export const bookingsRouter = router({
|
||||
members: {
|
||||
some: {
|
||||
userId: user.id,
|
||||
role: "OWNER",
|
||||
role: {
|
||||
in: ["ADMIN", "OWNER"],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user