1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 17:44:11 +02:00
This commit is contained in:
Robin Appelman 2025-03-04 21:57:52 +01:00
commit 1992f7f80a
5 changed files with 541 additions and 535 deletions

View file

@ -46,7 +46,6 @@ pub async fn ensure_network_exists(docker: &Docker, name: &str) -> Result<String
})
.await
.into_diagnostic()?
.id
.unwrap())
.id)
}
}