We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f54133 + 0c3a639 commit c42f0f8Copy full SHA for c42f0f8
code/go/0chain.net/blobbercore/reference/ref.go
@@ -42,7 +42,7 @@ func init() {
42
field := refType.Field(i)
43
dirListTag := field.Tag.Get(DIR_LIST_TAG)
44
45
- if dirListTag != "" && dirListTag != "is_empty" {
+ if dirListTag != "" && dirListTag != "is_empty" && dirListTag != "num_files" {
46
dirListFields = append(dirListFields, dirListTag)
47
}
48
0 commit comments