Compare commits

..

No commits in common. "0ea412e72581b86d8aabdd2c3cb5ab6b9d6bf56d" and "ea7d9768d0782ff097a1f6f3db1419420750f0d8" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ func (c *Client) requestHttpViaNats(data model.CommunicationRequestHttp, res int
httputil.HeaderKeyContentType: httputil.HeaderValueApplicationJSON,
}
data.Payload.Query = map[string]string{}
data.Payload.URL = u.String()
return ec.Request(subject.Communication.RequestHTTP, data, res)
}