mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
correctly handle self as current dependent
This commit is contained in:
committed by
Aiden McClelland
parent
cf8536da2b
commit
a2528a13df
@@ -37,6 +37,8 @@ pub async fn dry(
|
||||
.current_dependents()
|
||||
.keys(&mut tx, true)
|
||||
.await?
|
||||
.into_iter()
|
||||
.filter(|dependent| &id != dependent)
|
||||
{
|
||||
let version_req = crate::db::DatabaseModel::new()
|
||||
.package_data()
|
||||
|
||||
Reference in New Issue
Block a user