Skip to content

Commit

Permalink
fix go lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqiang.fan committed Apr 26, 2024
1 parent 89b2ed1 commit 03722b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/service_xlayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ func (s *bridgeService) fillLogoInfos(ctx context.Context, transactionMap map[st
logoParams := s.buildQueryLogoParams(noCacheTokenMap)
tokenLogoMap, err := tokenlogoinfo.GetClient().GetTokenLogoInfos(logoParams)
if err != nil {

log.Errorf("get token logo infos by rpc failed, so skip these tokens")
return
}
Expand Down

0 comments on commit 03722b7

Please sign in to comment.