switched eod to new exchange way
This commit is contained in:
parent
f4366f7289
commit
7a99d08d04
7 changed files with 11 additions and 12 deletions
|
|
@ -57,7 +57,7 @@ export async function scheduleFetchPrices(
|
|||
|
||||
await this.scheduleOperation('fetch-prices', {
|
||||
symbol: symbol.Code,
|
||||
exchange: symbol.Exchange,
|
||||
exchange: symbol.eodExchange || symbol.Exchange, // Use eodExchange if available
|
||||
country: symbol.Country
|
||||
}, {
|
||||
attempts: 3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue