Skip to content

Commit

Permalink
fix misleading var name
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Mar 14, 2023
1 parent 9080cfb commit b4fc3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/access-api/test/helpers/ucanto-test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export async function accountRegistrationInvocation(
audience = service,
lifetimeInSeconds = 60 * 15
) {
const registerSpace = await Access.confirm
const register = await Access.confirm
.invoke({
issuer: service,
audience,
Expand All @@ -168,7 +168,7 @@ export async function accountRegistrationInvocation(
},
})
.delegate()
return registerSpace
return register
}

/**
Expand Down

0 comments on commit b4fc3c7

Please sign in to comment.