Skip to content

Commit

Permalink
Update votes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored Nov 10, 2021
1 parent 6b28b0d commit d389261
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/graphql/operations/votes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ export default async function(parent, args, context, info) {
const requestedFields = graphqlFields(info);
const { where = {} } = args;

/* Temporary fix for ENS proposal
// Temporary fix for ENS proposal
if (
where?.proposal ===
'0xd810c4cf2f09737a6f833f1ec51eaa5504cbc0afeeb883a21a7e1c91c8a597e4'
) {
return [];
}
*/

const fields = {
id: 'string',
Expand Down

0 comments on commit d389261

Please sign in to comment.