Skip to content

Commit

Permalink
Merge pull request #226 from Tobeyw/dev-mindy
Browse files Browse the repository at this point in the history
fix thumbnail
  • Loading branch information
Tobeyw committed Dec 15, 2023
2 parents 6aa2078 + fb916ab commit 8cd2227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo3fura_http/biz/api/src.GetMarketCollections.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (me *T) GetMarketCollections(args struct {
}

}
if proMap["image"] == nil {
if proMap["image"] == nil || proMap["thumbnail"] == nil {

if pitem["properties"] != nil {
//
Expand Down

0 comments on commit 8cd2227

Please sign in to comment.