Skip to content

Commit 261245f

Browse files
committed
typos
1 parent 67e6443 commit 261245f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: collections.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ type CollectionImage struct {
5959

6060
// CollectionImages type is a struct for images JSON response.
6161
type CollectionImages struct {
62-
ID int64 `json:"id"`
63-
Backdrops []CollectionImages `json:"backdrops"`
64-
Posters []CollectionImages `json:"posters"`
62+
ID int64 `json:"id"`
63+
Backdrops []CollectionImage `json:"backdrops"`
64+
Posters []CollectionImage `json:"posters"`
6565
}
6666

6767
// GetCollectionImages get the images for a collection by id.

0 commit comments

Comments
 (0)