Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaptosj committed Feb 23, 2024
1 parent 437ac31 commit 8a28e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export async function getModuleEventsByEventType(args: {

const whereCondition: EventsBoolExp = {
account_address: { _eq: "0x0000000000000000000000000000000000000000000000000000000000000000" },
creation_number: { _eq: 0 },
sequence_number: { _eq: 0 },
creation_number: { _eq: "0" },
sequence_number: { _eq: "0" },
indexed_type: { _eq: eventType },
};

Expand Down

0 comments on commit 8a28e81

Please sign in to comment.