refactor
This commit is contained in:
@ -826,7 +826,7 @@ auto base_provider::start(api_item_added_callback api_item_added,
|
||||
polling::instance().set_callback({
|
||||
"check_deleted",
|
||||
polling::frequency::low,
|
||||
[this](auto &&stop_requested) { remove_deleted_items(stop_requested); },
|
||||
[this](auto &&stop) { remove_deleted_items(stop); },
|
||||
});
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user