Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Jan 27, 2025
1 parent 8dc4eba commit a23aef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abacus-ts/ontology.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ interface BonsaiHelpersShape {
markets: {
createSelectMarketSummaryById: ParameterizedSelector<
PerpetualMarketSummary | undefined,
[string]
[string | undefined]
>;
};
forms: {
Expand Down

0 comments on commit a23aef6

Please sign in to comment.