From 0851ad4c5098ee3aef257b72505d2962902c4dca Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Thu, 6 Feb 2020 10:33:56 +0100 Subject: [PATCH] Add end line --- backend/src/schema/types/type/NOTIFIED.gql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}