Skip to content

Commit

Permalink
typescript codegen: add missing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Mazdak Farrokhzad <[email protected]>
  • Loading branch information
Centril authored Oct 23, 2024
1 parent 33e815c commit eafc64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/subcommands/generate/typescript.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ dbViewConstructor: (imp: DBConnectionImpl) => {{
}},
reducersConstructor: (imp: DBConnectionImpl, setReducerFlags: SetReducerFlags) => {{
return new RemoteReducers(imp, setReducerFlags);
}}
}},
setReducerFlagsConstructor: () => {{
return new SetReducerFlags();
}}"
Expand Down

0 comments on commit eafc64b

Please sign in to comment.