From 2112ee29652d14b3aa07601eeea21222afad8396 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 23 Nov 2022 09:19:59 +0100 Subject: [PATCH] fix(backend): misspelled notification --- backend/src/schema/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/schema/index.js b/backend/src/schema/index.js index 06e150c86..07721bceb 100644 --- a/backend/src/schema/index.js +++ b/backend/src/schema/index.js @@ -11,7 +11,7 @@ export default makeAugmentedSchema({ 'Badge', 'Embed', 'EmailAddress', - 'Notfication', + 'Notification', 'Statistics', 'LoggedInUser', 'Location',