Skip to content

Commit

Permalink
Merge branch 'fix/5782-is-based-on' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloPortugal committed Aug 2, 2022
2 parents be2dce3 + 58a6929 commit fd48f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/dataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ type Version struct {
State string `bson:"state,omitempty" json:"state,omitempty"`
Temporal *[]TemporalFrequency `bson:"temporal,omitempty" json:"temporal,omitempty"`
UsageNotes *[]UsageNote `bson:"usage_notes,omitempty" json:"usage_notes,omitempty"`
IsBasedOn *[]IsBasedOn `bson:"is_based_on,omitempty" json:"is_based_on,omitempty"`
IsBasedOn *IsBasedOn `bson:"is_based_on,omitempty" json:"is_based_on,omitempty"`
Version int `bson:"version,omitempty" json:"version,omitempty"`
Type string `bson:"type,omitempty" json:"type,omitempty"`
ETag string `bson:"e_tag" json:"-"`
Expand Down

0 comments on commit fd48f0d

Please sign in to comment.