Skip to content

Commit 2653697

Browse files
committed
Remove @requireAuth
1 parent 967bb51 commit 2653697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/typeDefs/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ extend type Mutation {
428428
ID of the event to visit
429429
"""
430430
eventId: ID!
431-
): Boolean! @requireAuth
431+
): Boolean!
432432
433433
"""
434434
Mutation sets or unsets passed mark to event

0 commit comments

Comments
 (0)