Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Nov 27, 2024
1 parent c33fa9e commit 3d4fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frames-validator/src/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export async function validateFramesPost(
const digest = sha256(actionBodyBytes);

// make sure installation signature is valid
const valid = client.verifySignedWithPublicKey(
const valid = Client.verifySignedWithPublicKey(
uint8ArrayToHex(digest),
installationSignature,
installationId,
Expand Down

0 comments on commit 3d4fa7e

Please sign in to comment.