Skip to content

Commit c9acc24

Browse files
committed
fix api interface
1 parent d65addc commit c9acc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/tools/kalshi/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export interface KalshiEvent {
8282
// Balance type
8383
export interface KalshiBalance {
8484
balance: number // In cents
85-
portfolio_value?: number // In cents
85+
portfolio_value: number // In cents
8686
}
8787

8888
// Position type

0 commit comments

Comments
 (0)