Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion oracle/extractor/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down