From e35275cd5533a5968e598f7858f55e9bc4cebcb8 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 28 Feb 2022 13:11:35 +0100 Subject: [PATCH] fixed query to run successfully --- frontend/src/graphql/queries.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index 26ba8f489..c833fb845 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -75,7 +75,6 @@ export const transactionsQuery = gql` end duration } - firstTransaction } } }