Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Oct 26, 2022
1 parent 3ab19e6 commit d68bd20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/auth/src/accessToken/routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ describe('Access Token Routes', (): void => {
actions: [Action.Read, Action.Create],
identifier: `https://example.com/${v4()}`,
limits: {
receiver: 'https://wallet.com/alice/incoming-payments/12341234-1234-1234-1234-123412341234',
receiver:
'https://wallet.com/alice/incoming-payments/12341234-1234-1234-1234-123412341234',
sendAmount: {
value: '400',
assetCode: 'USD',
Expand Down

0 comments on commit d68bd20

Please sign in to comment.