Skip to content

Commit

Permalink
fix: virtual obj is a folder
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jul 19, 2022
1 parent 638db77 commit 872e7cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/operations/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ func GetStorageVirtualFilesByPath(prefix string) []model.Obj {
Name: name,
Size: 0,
Modified: v.GetStorage().Modified,
IsFolder: true,
})
set[name] = nil
}
Expand Down

0 comments on commit 872e7cf

Please sign in to comment.