Fixed incorrect struct name
This commit is contained in:
parent
15db5899f8
commit
c8ef9589ec
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ func getItemsFromBGGFeedTask(response BGGFeedResponseXML) (BggBoardGames) {
|
|||
|
||||
for _, item := range response.Items {
|
||||
splitUrl := strings.Split(item.Thumbnail.Value, "filters:strip_icc()")
|
||||
thumbUrl := ThumbnailUrl { splitUrl[0], splitUrl[1]}
|
||||
thumbUrl := BggThumbnailUrl { splitUrl[0], splitUrl[1]}
|
||||
bggBoardGame := BggBoardGame {
|
||||
ID: item.ID,
|
||||
ThumbnailUrl: thumbUrl,
|
||||
|
|
Loading…
Add table
Reference in a new issue