correct field name url
This commit is contained in:
parent
99d0e45ffd
commit
b3230ea1c5
@ -175,7 +175,7 @@ type FullFileResponse struct {
|
|||||||
ID string `json:"id,omitempty"`
|
ID string `json:"id,omitempty"`
|
||||||
Type string `json:"type,omitempty"`
|
Type string `json:"type,omitempty"`
|
||||||
Size int `json:"size,omitempty"`
|
Size int `json:"size,omitempty"`
|
||||||
URL string `json:"url,omitempty"`
|
Url string `json:"url,omitempty"` //nolint:golint
|
||||||
MimeType string `json:"mime_type,omitempty"`
|
MimeType string `json:"mime_type,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user