fix analitics compilation

This commit is contained in:
ManyTheFish 2023-08-02 14:17:03 +02:00
parent 84d56f3320
commit 49f976c8d8

View File

@ -312,6 +312,7 @@ impl From<Opt> for Infos {
config_file_path,
#[cfg(all(not(debug_assertions), feature = "analytics"))]
no_analytics: _,
zk_url: _,
} = options;
let schedule_snapshot = match schedule_snapshot {