Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trunghai95 committed Jul 9, 2024
1 parent af4598c commit 3e06929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tokenlogoinfo/Client.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func InitClient(c Config) {
apolloconfig.RegisterChangeHandler(
"TokenLogoServiceConfig",
&client.cfg,
apolloconfig.WithAfterFn(func(string, *storage.ConfigChange) { client.httpClient.Timeout = client.cfg.Timeout.Duration }))
apolloconfig.WithAfterFn(func(string, *storage.ConfigChange, any) { client.httpClient.Timeout = client.cfg.Timeout.Duration }))
}

func (c *Client) GetTokenLogoInfos(tokenAddArr []*tokenlogo.QueryLogoParam) (map[string]tokenlogo.LogoInfo, error) {
Expand Down

0 comments on commit 3e06929

Please sign in to comment.