This commit is contained in:
Daniel 2025-07-29 15:52:04 +08:00
parent feef48d624
commit f44f9dd5c0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -202,9 +202,9 @@ func hideAttributeViewGroup(avID, blockID, groupID string, hidden int) (err erro
err = av.SaveAttributeView(attrView)
if err != nil {
logging.LogErrorf("save attribute view [%s] failed: %s", avID, err)
return err
return
}
return nil
return
}
func (tx *Transaction) doFoldAttrViewGroup(operation *Operation) (ret *TxErr) {