mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 06:19:44 +00:00
use new locking api
This commit is contained in:
committed by
Aiden McClelland
parent
eafe7f7348
commit
8a2622c05f
@@ -122,7 +122,7 @@ pub async fn cleanup_failed<Db: DbHandle>(
|
||||
.await?
|
||||
.get(db, true)
|
||||
.await?
|
||||
.to_owned();
|
||||
.into_owned();
|
||||
if match &pde {
|
||||
PackageDataEntry::Installing { .. } => true,
|
||||
PackageDataEntry::Updating { manifest, .. } => {
|
||||
|
||||
Reference in New Issue
Block a user