We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddfa08 commit 56e7832Copy full SHA for 56e7832
internal/providers/coinex/holding.go
@@ -109,7 +109,7 @@ func (p *Provider) Once() {
109
}
110
httpClient := mediary.Init().WithPreconfiguredClient(client)
111
112
- if true {
+ if p.data.Debug {
113
httpClient = httpClient.AddInterceptors(common.DumpRequestResponseWrappedLogger(p.logger))
114
115
internal/providers/yieldwatch/holding.go
0 commit comments