🎨 Improve export av

This commit is contained in:
Daniel 2024-01-01 17:39:11 +08:00
parent 058d652e71
commit 1fe369f487
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1595,7 +1595,6 @@ func exportSYZip(boxID, rootDirPath, baseFolderName string, docPaths []string) (
func exportRelationAvs(avID, exportStorageAvDir string) {
avIDs := hashset.New()
avIDs.Add(avID)
walkRelationAvs(avID, exportStorageAvDir, avIDs)
for _, v := range avIDs.Values() {