.spacedrive fail silent fix (#2206)

fix
This commit is contained in:
Jamie Pine
2024-03-13 21:38:41 -07:00
committed by GitHub
parent 27c6570c2f
commit 747cf02bbb
2 changed files with 3 additions and 2 deletions

View File

@@ -176,8 +176,9 @@ impl LocationCreateArgs {
})
.await
{
delete_location(node, library, location.data.id).await?;
Err(err)?;
// DISABLED TO FAIL SILENTLY - HOTFIX FOR LACK OF WRITE PERMISSION PREVENTING LOCATION CREATION
// delete_location(node, library, location.data.id).await?;
// Err(err)?;
}
info!("Created location: {:?}", &location.data);

BIN
pnpm-lock.yaml generated
View File

Binary file not shown.