From 35172cd4d019e1f0a94712a7b8a753ae9c8315fa Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 8 Jun 2021 11:08:53 +0300 Subject: [PATCH] typo in logs oracle/extractor/client.go --- oracle/extractor/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oracle/extractor/client.go b/oracle/extractor/client.go index 51d0c2c..b3a5e99 100755 --- a/oracle/extractor/client.go +++ b/oracle/extractor/client.go @@ -74,7 +74,7 @@ func (client *Client) Aggregate(values []Data, ctx context.Context) (*Data, erro func (client *Client) do(route string, method string, rqBody interface{}, ctx context.Context) ([]byte, error) { rqUrl := fmt.Sprintf("%v/%v", client.hostUrl, route) - zap.L().Sugar().Debugf("Reuest URL: %s", rqUrl) + zap.L().Sugar().Debugf("Request URL: %s", rqUrl) var buf *bytes.Buffer var req *http.Request var err error