🐛 清理资源文件后再次上传相同文件异常 Fix https://github.com/siyuan-note/siyuan/issues/6260

This commit is contained in:
Liang Ding 2022-10-18 22:37:38 +08:00
parent 4e2d8b7798
commit 212b823935
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -99,7 +99,6 @@ func DeleteAssetsByHashes(hashes []string) {
return
}
execStmtTx(tx, sqlStmt)
CommitTx(tx)
}