mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
Merge branch 'main' into fix/opc-support-for-ota
This commit is contained in:
@@ -536,7 +536,7 @@ void PresetUpdater::priv::sync_resources(std::string http_url, std::map<std::str
|
||||
cancel_http = true;
|
||||
}
|
||||
})
|
||||
.on_complete([this, &resource_list, resources](std::string body, unsigned) {
|
||||
.on_complete([&resource_list, resources](std::string body, unsigned) {
|
||||
try {
|
||||
BOOST_LOG_TRIVIAL(info) << "[Orca Updater]: request_resources, body=" << body;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user