Skip to content

Commit

Permalink
fix thhumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobeyw committed Dec 19, 2023
1 parent 5a6c01e commit 382582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo3fura_http/biz/api/src.GetCollectionsByAsset.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func (me *T) GetCollectionsByAsset(args struct {
}

}
if proMap["image"] == nil {
if proMap["image"] == nil || proMap["thumbnail"] == nil {
if pitem["tokenURI"] != nil {
tokenUrl := pitem["tokenURI"].(string)
ppjson, err := GetImgFromTokenURL(tokenurl(tokenUrl), asset, tokenid)
Expand Down

0 comments on commit 382582f

Please sign in to comment.