fix
This commit is contained in:
parent
7fb2889c74
commit
e6ad15889e
@ -38,10 +38,10 @@
|
||||
|
||||
namespace {
|
||||
[[nodiscard]] auto get_bucket(const repertory::sia_config &cfg) -> std::string {
|
||||
if (bucket.empty()) {
|
||||
if (cfg.bucket.empty()) {
|
||||
return "default";
|
||||
}
|
||||
return bucket;
|
||||
return cfg.bucket;
|
||||
}
|
||||
|
||||
[[nodiscard]] auto get_last_modified(const nlohmann::json &obj)
|
||||
|
Loading…
x
Reference in New Issue
Block a user