From fc605a6d66ffe6ddae2f9e463c51377d06181183 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Sun, 23 Oct 2022 01:17:33 +0200 Subject: [PATCH] remove blank line --- backend/src/schema/resolvers/searches.js | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/schema/resolvers/searches.js b/backend/src/schema/resolvers/searches.js index 466fae08f..3fdf22da3 100644 --- a/backend/src/schema/resolvers/searches.js +++ b/backend/src/schema/resolvers/searches.js @@ -98,7 +98,6 @@ const countHashtagsSetup = { ...searchHashtagsSetup, ...countSetup, } - const countGroupsSetup = { ...searchGroupsSetup, ...countSetup,