Skip to content

Commit 00e2b7a

Browse files
committed
fix(klesia): remove union from send method params
1 parent 2d2996f commit 00e2b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/klesia/src/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const SendableSchema = z.union([
3232
SendZkAppBodySchema,
3333
]);
3434
export const SendTransactionSchema = z.tuple([
35-
SendableSchema,
35+
z.any(),
3636
z.enum(["payment", "delegation", "zkapp"]),
3737
]);
3838

0 commit comments

Comments
 (0)