diff --git a/backend/src/schema/types/type/NOTIFIED.gql b/backend/src/schema/types/type/NOTIFIED.gql index 558041b6a..88ecd3882 100644 --- a/backend/src/schema/types/type/NOTIFIED.gql +++ b/backend/src/schema/types/type/NOTIFIED.gql @@ -33,4 +33,4 @@ type Mutation { type Subscription { notificationAdded(userId: ID!): NOTIFIED -} \ No newline at end of file +}