Skip to content

Commit c415393

Browse files
committed
Merge branch 'fix/emails-unsubscribe' into stage
2 parents 50dc16d + 701d83a commit c415393

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)