Compare commits
1 Commits
d9c6a7759e
...
820d37262d
| Author | SHA1 | Date | |
|---|---|---|---|
| 820d37262d |
@@ -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