Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Aug 21, 2024
1 parent 98f9b6d commit 16ff072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/snap/src/util/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const SignaturePayloadJSONSchema = type({
version: number()
});

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
export const validSignPayloadJSONSchema: Describe<{
payload: SignerPayloadJSON;
}> = object({
Expand Down

0 comments on commit 16ff072

Please sign in to comment.