Skip to content

Commit

Permalink
Update assets_object.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaert-prest authored Feb 16, 2024
1 parent 6927b38 commit a3aaa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/infra/models/assets_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ type ObjectTypeAttributePayloadScheme struct {
Label bool `json:"label,omitempty"`
Description string `json:"description,omitempty"`
Type *int `json:"type,omitempty"`
DefaultTypeId *int `json:defaultTypeId,omitempty"`
DefaultTypeId *int `json:"defaultTypeId,omitempty"`
TypeValue string `json:"typeValue,omitempty"`
TypeValueMulti []string `json:"typeValueMulti,omitempty"`
AdditionalValue string `json:"additionalValue,omitempty"`
Expand Down

0 comments on commit a3aaa29

Please sign in to comment.