diff --git a/assets/javascripts/lib/voting-history/gql/fetcher.js b/assets/javascripts/lib/voting-history/gql/fetcher.js index b4d114d..f54dcec 100644 --- a/assets/javascripts/lib/voting-history/gql/fetcher.js +++ b/assets/javascripts/lib/voting-history/gql/fetcher.js @@ -13,7 +13,6 @@ const gql = { "Content-Type": "application/json", }, }).then(async (res) => await res.json()); - const response = data?.data?.data || data?.data || data; return { ...response }; },