Skip to content

Commit

Permalink
fix assertionid reference
Browse files Browse the repository at this point in the history
Signed-off-by: david <[email protected]>
  • Loading branch information
daywiss committed Jul 6, 2023
1 parent 72be9f4 commit c289e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/safeSnap/utils/umaModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const findProposalGql = async (network: string, params: { assertionId }) => {
const subgraph = getOptimisticGovernorSubgraph(network);
const request = `
{
proposal(id:"${assertionId}"){
proposal(id:"${params.assertionId}"){
id
executed
}
Expand Down

0 comments on commit c289e8e

Please sign in to comment.