Skip to content

Commit

Permalink
Some cosmetic changes
Browse files Browse the repository at this point in the history
Signed-off-by: Md Soharab Ansari <[email protected]>
  • Loading branch information
soharab-ic committed Sep 9, 2024
1 parent 986b384 commit 7a299b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ type (
ErrorString string
}

errorResponse struct {
Request
Response
ErrorResponse struct {
Request Request
Response Response
}
)

Expand Down Expand Up @@ -108,7 +108,7 @@ func HandleHTTPRequest(message string, headers http.Header, data ConnectorMetada
}
}

errResp := errorResponse{
errResp := ErrorResponse{
Request: Request{
Message: message,
HTTPEndpoint: data.HTTPEndpoint,
Expand Down

0 comments on commit 7a299b3

Please sign in to comment.