Skip to content

Commit

Permalink
remove superflous json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Jan 24, 2025
1 parent ae5a6fe commit 27a77ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstra/api_design_configlets.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (o *Configlet) UnmarshalJSON(bytes []byte) error {
RefArchs []enum.RefDesign `json:"ref_archs"`
Generators []ConfigletGenerator `json:"generators"`
CreatedAt time.Time `json:"created_at"`
Id ObjectId `json:"id,omitempty"`
Id ObjectId `json:"id"`
LastModifiedAt time.Time `json:"last_modified_at"`
DisplayName string `json:"display_name"`
}
Expand Down

0 comments on commit 27a77ad

Please sign in to comment.