fix(warehouse): fix 500 error on delete by extracting attributes before db commit

This commit is contained in:
DXC
2026-04-02 10:31:53 +08:00
parent 4b023a4002
commit 457e222632
6 changed files with 19 additions and 7 deletions

View File

@ -4,5 +4,6 @@
"Bash(git add *)",
"Bash(git commit *)"
]
}
},
"$version": 3
}

8
.qwen/settings.json.orig Normal file
View File

@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(git add *)",
"Bash(git commit *)"
]
}
}