Skip to content

Commit

Permalink
fix: eslint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthh committed Jul 15, 2024
1 parent 69b563c commit d5069d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/javascripts/lib/voting-history/gql/fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
},
Expand Down

0 comments on commit d5069d9

Please sign in to comment.