mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🎨 Improve export av
This commit is contained in:
parent
058d652e71
commit
1fe369f487
1 changed files with 0 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue