Skip to content

Commit 3838e20

Browse files
authored
Fixes incorrect payload attribute in ITrades (#93)
* Fixes incorrect payload attributes in ITradesQuotesQuery * Fixes incorrect response attribute in ITrades
1 parent 9cf6cab commit 3838e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rest/stocks/trades.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface ITrades {
3232
next_url: string;
3333
request_id?: string;
3434
results?: ITradeInfo[];
35-
success?: string;
35+
status?: string;
3636
}
3737

3838
export const trades = async (

0 commit comments

Comments
 (0)