Skip to content

Commit 3cea89b

Browse files
address review comments
1 parent bd7cbe5 commit 3cea89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typeDefs/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ extend type Mutation {
517517
ID of the event to remove
518518
"""
519519
eventId: ID!
520-
): Boolean! @requireUserInWorkspace
520+
): Boolean! @requireAdmin
521521
522522
"""
523523
Namespace that contains only mutations related to the events

0 commit comments

Comments
 (0)