mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
fix: remove ARKC and ARKY
This commit is contained in:
parent
051d18494b
commit
723e649568
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ async fn spawn_ark_plan(ticker: Ticker) -> Result<(), Error> {
|
|||
|
||||
async fn ark_etf() {
|
||||
let futures = Ticker::iter()
|
||||
.filter(|&x| x != Ticker::ARKVX)
|
||||
.filter(|&x| x != Ticker::ARKVX && x != Ticker::ARKC && x != Ticker::ARKY)
|
||||
.map(spawn_ark_plan)
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue