Compare commits

...

1 Commits

Author SHA1 Message Date
wendrul
5cc3928726 fix: delete_variable endpoint also deleting resource 2026-03-05 18:00:22 +01:00

View File

@@ -536,13 +536,6 @@ async fn delete_variable(
)
.execute(&mut *tx)
.await?;
sqlx::query!(
"DELETE FROM resource WHERE path = $1 AND workspace_id = $2",
path,
w_id
)
.execute(&mut *tx)
.await?;
audit_log(
&mut *tx,
&authed,