Skip to content

Commit

Permalink
chore(lint): documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch committed May 2, 2024
1 parent 712416b commit 38044d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/lib/test-actions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ async function _startAndAcceptInteraction(
assert(interactId)

// Accept
const url = new URL(senderWalletAddress.authServer);
url.port = "3109"
const url = new URL(senderWalletAddress.authServer)
url.port = '3109'

const acceptResponse = await fetch(
`${url.toString()}grant/${interactId}/${nonce}/accept`,
Expand Down

0 comments on commit 38044d0

Please sign in to comment.