Skip to content

Commit

Permalink
fix: ts linting
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Nov 29, 2024
1 parent 0c5a6f8 commit ce359c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-utils/src/scripts/relay-deposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ const main = async () => {
let endCursor: string | undefined;

if (L2_MESSAGE_NONCE) nonce = new BN(L2_MESSAGE_NONCE);
// eslint-disable-next-line no-constant-condition
else
// eslint-disable-next-line no-constant-condition
while (true) {
const response = await provider.getMessages(predicateRoot, {
after: endCursor,
Expand Down

0 comments on commit ce359c8

Please sign in to comment.