Skip to content

Commit

Permalink
Fix TS Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev committed Jan 7, 2024
1 parent 8ca3efc commit c29dd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zap/src/output/typescript/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl<'src> ClientOutput<'src> {
self.indent();

self.push_indent();
self.push(&format!("{set_callback}: ({callback}: ({value}: "));
self.push(&format!("{set_callback}: ({callback}: ("));

if let Some(data) = &ev.data {
self.push(value);
Expand Down

0 comments on commit c29dd8b

Please sign in to comment.