Fixing issue with resolving
This commit is contained in:
@@ -204,9 +204,11 @@ namespace daggy::daggyr {
|
||||
}
|
||||
std::cout << "Resolved " << it->runID << " / " << it->taskName
|
||||
<< std::endl;
|
||||
it = pending_.erase(it);
|
||||
}
|
||||
else {
|
||||
payload << R"("state": "PENDING")";
|
||||
++it;
|
||||
}
|
||||
payload << "}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user