mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 21:51:56 +08:00
♻️ Refactor av data structure
This commit is contained in:
parent
1bc9a317a5
commit
43c97d42cb
@ -156,7 +156,7 @@ func (tx *Transaction) doSetAttrViewName(operation *Operation) (ret *TxErr) {
|
||||
}
|
||||
|
||||
func setAttributeViewName(operation *Operation) (err error) {
|
||||
attrView, err := av.ParseAttributeView(operation.AvID)
|
||||
attrView, err := av.ParseAttributeView(operation.ID)
|
||||
if nil != err {
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user