Skip to content

Commit

Permalink
fix(backend): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Jun 19, 2024
1 parent 8286edc commit 6870848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ async function validateGrantAndAddSpentAmountsToPayment(
trx: TransactionOrKnex,
callback?: (f: unknown) => NodeJS.Timeout,
grantLockTimeoutMs: number = 5000
): Promise<Boolean> {
): Promise<boolean> {
if (!grant.limits) {
return true
}
Expand Down

0 comments on commit 6870848

Please sign in to comment.