mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -820,10 +820,6 @@ func heading(node *ast.Node) *ast.Node {
|
||||
return nil
|
||||
}
|
||||
|
||||
func DeleteBlockByIDs(tx *sql.Tx, ids []string) (err error) {
|
||||
return deleteBlocksByIDs(tx, ids)
|
||||
}
|
||||
|
||||
func deleteByBoxTx(tx *sql.Tx, box string) (err error) {
|
||||
if err = deleteBlocksByBoxTx(tx, box); nil != err {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user