fix build in release mode

This commit is contained in:
Tamo 2023-09-21 11:05:57 +02:00
parent ecd36b15f0
commit c71ba72f73

View File

@ -314,6 +314,11 @@ impl From<Opt> for Infos {
no_analytics: _, no_analytics: _,
zk_url: _, zk_url: _,
s3_url: _, s3_url: _,
s3_region: _,
s3_bucket: _,
s3_access_key: _,
s3_secret_key: _,
s3_security_token: _,
} = options; } = options;
let schedule_snapshot = match schedule_snapshot { let schedule_snapshot = match schedule_snapshot {