Skip to content

Commit

Permalink
prettier formating
Browse files Browse the repository at this point in the history
  • Loading branch information
darianm authored and darianm committed Nov 4, 2024
1 parent 9408795 commit 040b132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/backend/src/open_payments/auth/middleware.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,9 @@ describe('Auth Middleware', (): void => {
expect(ctx.grant).toEqual(
ctxGrant
? {
id: tokenInfo.grant,
limits: ctxLimits ? parseLimits(limits) : undefined
}
id: tokenInfo.grant,
limits: ctxLimits ? parseLimits(limits) : undefined
}
: undefined
)
}
Expand Down

0 comments on commit 040b132

Please sign in to comment.