Skip to content

Commit

Permalink
Merge pull request #37 from krigga/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlkv authored May 18, 2024
2 parents 4095a1e + 97caf01 commit a142d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/api/HttpApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const message = z.object({
created_lt: z.string(),
body_hash: z.string(),
msg_data: messageData,
message: z.string()
message: z.string().optional()
});

const transaction = z.object({
Expand Down

0 comments on commit a142d71

Please sign in to comment.