mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
1.1.2
This commit is contained in:
parent
1eda4729d4
commit
fdc0515939
5 changed files with 183 additions and 82 deletions
|
@ -19,7 +19,7 @@ lazy_static! {
|
|||
static ref SOURCE: Source = match env::var("ARK_SOURCE") {
|
||||
Ok(val) =>
|
||||
Source::from_str(val.as_str()).expect("Env string ARK_SOURCE is not in enum Source"),
|
||||
Err(_e) => Source::ApiIncremental,
|
||||
Err(_) => Source::ApiIncremental,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue