Skip to content

Commit

Permalink
fix(server): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 28, 2024
1 parent 36a0aaf commit 43380a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/datacatalog/datacatalogv3/conv_dataset_generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (i *GenericItem) toDatasets(area *areaContext, dts []plateauapi.DatasetType
})

var groups []string
if i.Group == "" {
if i.Group != "" {
groups = strings.Split(i.Group, "/")
}

Expand Down

0 comments on commit 43380a1

Please sign in to comment.