Skip to content

Commit

Permalink
fix(klesia): remove union from send method params
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Oct 12, 2024
1 parent 2d2996f commit 00e2b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/klesia/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const SendableSchema = z.union([
SendZkAppBodySchema,
]);
export const SendTransactionSchema = z.tuple([
SendableSchema,
z.any(),
z.enum(["payment", "delegation", "zkapp"]),
]);

Expand Down

0 comments on commit 00e2b7a

Please sign in to comment.