Skip to content

Commit

Permalink
fix: add param of config
Browse files Browse the repository at this point in the history
  • Loading branch information
luhaoling committed Feb 27, 2024
1 parent 36f13ea commit 16dbf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rpcclient/third.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewThird(discov discoveryregistry.SvcDiscoveryRegistry, config *config.Glob
panic(err)
}
client := third.NewThirdClient(conn)
minioClient, err := minioInit()
minioClient, err := minioInit(config)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 16dbf33

Please sign in to comment.