Skip to content

Commit

Permalink
pnpm format
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Dec 14, 2024
1 parent 578f330 commit 33d87e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export class Account {
...found.relayer,
// we pass both projectAccessKey and jwtAuth because the projectAccessKey is
// used either for unauthenticated access, or gas sponsorship even if the jwtAuth is provided,
...({ projectAccessKey: this.projectAccessKey, jwtAuth: this.jwt })
...{ projectAccessKey: this.projectAccessKey, jwtAuth: this.jwt }
})
}

Expand Down

0 comments on commit 33d87e5

Please sign in to comment.