Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Jan 12, 2024
1 parent 43eea03 commit 9513ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/DepositUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export async function queryHistoricalDepositForFill(
}
}

const match = validateFillForDeposit(fill, deposit)
const match = validateFillForDeposit(fill, deposit);
if (match.valid) {
return { found: true, deposit };
}
Expand Down

0 comments on commit 9513ea7

Please sign in to comment.