mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add Ufls suggested change
This commit is contained in:
parent
914613cf38
commit
e98b351020
@ -193,7 +193,7 @@ void PendingTasksManager::checkForFinishedTasks(Poco::Timer& timer)
|
||||
bool removeIt = false;
|
||||
if (!json.isNull()) {
|
||||
auto state = json->get("state");
|
||||
if (!state.isEmpty() && json->get("state").toString() == "success") {
|
||||
if (!state.isEmpty() && state.toString() == "success") {
|
||||
removeIt = true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user