From 282fc347f133c4ddef0e29e04e51900f72a470be Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 16 Mar 2023 16:58:52 +0100 Subject: [PATCH] remove unused enum type --- backend/src/schema/types/enum/ReasonNotification.gql | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 backend/src/schema/types/enum/ReasonNotification.gql diff --git a/backend/src/schema/types/enum/ReasonNotification.gql b/backend/src/schema/types/enum/ReasonNotification.gql deleted file mode 100644 index e5a348398..000000000 --- a/backend/src/schema/types/enum/ReasonNotification.gql +++ /dev/null @@ -1,6 +0,0 @@ -enum ReasonNotification { - mentioned_in_post - mentioned_in_comment - commented_on_post - user_joined_group -}