Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Fix usage of input_index in getNotices task
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonjonat committed Mar 11, 2022
1 parent e6bb910 commit a88c4de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/notice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ graphqlParams(
.query(GetNoticeDocument, {
query: {
epoch_index: args.epoch.toString(),
input_index: args.input?.toString(),
},
})
.toPromise();
Expand Down

0 comments on commit a88c4de

Please sign in to comment.