This commit is contained in:
Daniel 2025-08-09 17:58:17 +08:00
parent c1682895ef
commit 96346a94ad
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 10 additions and 5 deletions

View file

@ -174,7 +174,7 @@ func sortAttributeViewGroup(avID, blockID, previousGroupID, groupID string) (err
return err
}
sortGroupViews(time.Now(), view)
sortGroupViews(view)
var groupView *av.View
var index, previousIndex int