refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-12-06 14:31:29 -06:00
parent 9c5166b921
commit 660bc28f0c

View File

@ -108,7 +108,6 @@ void tasks::task_thread() {
try {
task.action(stop_requested_);
if (stop_requested_) {
release();
return;
}