Skip to content

Commit

Permalink
fix(historical): typescript fix for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Nov 16, 2022
1 parent 4126f2f commit 2533dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/historical.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface HistoricalOptions {
}

export interface HistoricalOptionsEventsHistory extends HistoricalOptions {
events: "history";
events?: "history";
}

export interface HistoricalOptionsEventsDividends extends HistoricalOptions {
Expand Down

0 comments on commit 2533dab

Please sign in to comment.