This commit is contained in:
Daniel 2025-08-29 22:21:24 +08:00
parent 0c295a9177
commit ee34905f13
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3027,11 +3027,6 @@ func addAttributeViewBlock(now int64, avID, dbBlockID, viewID, groupID, previous
} }
} }
if addingItemID == addingBoundBlockID {
addingItemID = ast.NewNodeID()
logging.LogWarnf("the adding item ID is the same as the bound block ID [%s], generate a new one item id [%s]", addingBoundBlockID, addingItemID)
}
attrView, err := av.ParseAttributeView(avID) attrView, err := av.ParseAttributeView(avID)
if err != nil { if err != nil {
return return