Skip to content

Commit 701d83a

Browse files
committed
Fix
1 parent 822fb17 commit 701d83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typeDefs/projectNotificationsMutations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ export default gql`
150150
unsubscribeFromNotifications(
151151
"Data for unsubscribing"
152152
input: ProjectNotificationRulePointer!
153-
): ProjectNotificationsRule @requireAdmin
153+
): ProjectNotificationsRule
154154
}
155155
`;

0 commit comments

Comments
 (0)