format,test,blah
This commit is contained in:
@@ -248,8 +248,7 @@ pub async fn pipeline_is_complete(
|
||||
if let Some(id) = exclude_id {
|
||||
query = query.filter(work_queue::Column::Id.ne(id));
|
||||
}
|
||||
let incomplete = query.count(db)
|
||||
.await?;
|
||||
let incomplete = query.count(db).await?;
|
||||
Ok(incomplete == 0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user