Skip to content

Commit

Permalink
sort keys
Browse files Browse the repository at this point in the history
  • Loading branch information
silvicir committed May 27, 2024
1 parent 0544d5e commit 0cfc4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/ioWalletService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ export default class IoWalletService {
const validated = await this.ioWalletApiClient.createWalletInstance({
body: {
challenge,
key_attestation,
hardware_key_tag,
key_attestation,
},
"x-iowallet-user-id": userId,
});
Expand Down Expand Up @@ -144,8 +144,8 @@ export default class IoWalletService {
withCatchAsInternalError(async () => {
const validated = await this.ioWalletApiClient.createWalletAttestation({
body: {
grant_type,
assertion,
grant_type,
},
"x-iowallet-user-id": userId,
});
Expand Down

1 comment on commit 0cfc4bd

@gunzip
Copy link
Contributor

@gunzip gunzip commented on 0cfc4bd May 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brilliant!

Please sign in to comment.