From bb96e415e7cb4c5c362190191ea8fdc8a2e4a127 Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Wed, 24 Jan 2024 11:52:23 +0200 Subject: [PATCH] Remove redundant permissions query --- frontend/src/Datarekisteri/Frontend/Handlers/Profile.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/Datarekisteri/Frontend/Handlers/Profile.hs b/frontend/src/Datarekisteri/Frontend/Handlers/Profile.hs index 6386997..7ff6919 100644 --- a/frontend/src/Datarekisteri/Frontend/Handlers/Profile.hs +++ b/frontend/src/Datarekisteri/Frontend/Handlers/Profile.hs @@ -39,7 +39,6 @@ query ProfilePage($id: UserID) { isMember application } - permissions } |]