@ -79,7 +79,7 @@ impl Apps {
if holds.unwrap_or(0) < 1 {
error!("no holds configured");
return Ok(Vec::new());
return Ok(procs);
}
while holds > Some(0) {