This commit is contained in:
Júlio César Batista 2022-11-29 15:42:33 -08:00
parent e13f8f6711
commit cf527672b1
No known key found for this signature in database
GPG key ID: 10C4B861BF314878

View file

@ -79,7 +79,7 @@ type Object struct {
Attributes Attributes `json:"attributes"`
RenderPriority *int `json:"renderPriority",omitempty`
RenderPriority *int `json:"renderPriority,omitempty"`
}
type Attributes struct {