Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jul 19, 2024
1 parent ac00dd2 commit 7d2a3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/polling/poll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function pollConditionalOrder(
actualPollParams.blockInfo === undefined
? "latest"
: actualPollParams.blockInfo.blockNumber
})....`
})`
);
return order.poll(actualPollParams);
}

0 comments on commit 7d2a3ba

Please sign in to comment.