Fix lint
This commit is contained in:
parent
e13f8f6711
commit
cf527672b1
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ type Object struct {
|
|||
|
||||
Attributes Attributes `json:"attributes"`
|
||||
|
||||
RenderPriority *int `json:"renderPriority",omitempty`
|
||||
RenderPriority *int `json:"renderPriority,omitempty"`
|
||||
}
|
||||
|
||||
type Attributes struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue