Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
rbennettcw committed Oct 17, 2024
1 parent 7e56b0c commit a1fc466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/model/src/thread/CreateThreadReaction.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function CreateThreadReaction(): Command<
address_id: address.id!,
thread_id: thread.id,
reaction: payload.reaction,
calculated_voting_weight,
calculated_voting_weight: calculated_voting_weight?.toString(),
canvas_msg_id: payload.canvas_msg_id,
canvas_signed_data: payload.canvas_signed_data,
},
Expand Down

0 comments on commit a1fc466

Please sign in to comment.