Skip to content

Commit

Permalink
Fix node 18 type error (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl authored Feb 22, 2024
1 parent 639b4d5 commit 4b87e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpop.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe("DPoP", () => {
},
publicKey,
signature,
`${encodedHeader}.${encodedPayload}`
stringToBytes(`${encodedHeader}.${encodedPayload}`)
);
expect(verified).toBe(true);
});
Expand Down

0 comments on commit 4b87e82

Please sign in to comment.