🎨 Improve database table view

This commit is contained in:
Daniel 2023-12-19 17:07:04 +08:00
parent 339020a282
commit 3907165090
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1919,7 +1919,6 @@ func getNodeByBlockID(tx *Transaction, blockID string) (node *ast.Node, tree *pa
tree, err = loadTreeByBlockID(blockID)
}
if nil != err {
logging.LogWarnf("load tree by block id [%s] failed: %s", blockID, err)
return
}
node = treenode.GetNodeInTree(tree, blockID)