From 57d4abae688a3aa3560d17b5209bfd8235e70309 Mon Sep 17 00:00:00 2001 From: setop Date: Tue, 10 May 2022 23:36:13 +0000 Subject: [PATCH 1/2] this fragment is never used and put pressure on the DB --- js/src/graphql/actor.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/js/src/graphql/actor.ts b/js/src/graphql/actor.ts index 004da0813..89850cd31 100644 --- a/js/src/graphql/actor.ts +++ b/js/src/graphql/actor.ts @@ -34,16 +34,6 @@ export const FETCH_PERSON = gql` feedTokens { token } - organizedEvents { - total - elements { - id - uuid - title - beginsOn - status - } - } } } ${ACTOR_FRAGMENT} From 63e56b5b245614fb16579df375cb29c1143750f3 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 11 May 2022 12:05:01 +0200 Subject: [PATCH 2/2] Remove unused Profile.vue component Signed-off-by: Thomas Citharel --- js/src/views/Account/Profile.vue | 160 ------------------------------- 1 file changed, 160 deletions(-) delete mode 100644 js/src/views/Account/Profile.vue diff --git a/js/src/views/Account/Profile.vue b/js/src/views/Account/Profile.vue deleted file mode 100644 index b7d98ed2f..000000000 --- a/js/src/views/Account/Profile.vue +++ /dev/null @@ -1,160 +0,0 @@ - - -