8000 fix: market status `afterhours` typo (#196) · polygon-io/client-js@ce7e849 · GitHub
[go: up one dir, main page]

Skip to con 10000 tent

Commit ce7e849

Browse files
authored
fix: market status afterhours typo (#196)
1 parent 7fa9897 commit ce7e849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rest/reference/marketStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface IIndicesGroups {
1616
}
1717

1818
export interface IMarketStatus {
19-
afterhours?: boolean;
19+
afterHours?: boolean;
2020
currencies?: {
2121
fx?: string;
2222
crypto?: string;

0 commit comments

Comments
 (0)
0