This commit is contained in:
Daniel 2025-07-27 19:08:27 +08:00
parent 21acf690e7
commit ff539bab03
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3175,6 +3175,9 @@ func removeAttributeViewBlock(srcIDs []string, avID string, tx *Transaction) (er
} }
err = av.SaveAttributeView(attrView) err = av.SaveAttributeView(attrView)
if nil != err {
return
}
historyDir, err := GetHistoryDir(HistoryOpUpdate) historyDir, err := GetHistoryDir(HistoryOpUpdate)
if err != nil { if err != nil {