Skip to content

Commit

Permalink
update fiber implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyalaribe committed Nov 20, 2023
1 parent 44fbcac commit 2916318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiber.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (c *Client) FiberMiddleware(ctx *fiber.Ctx) error {

respHeaders := map[string][]string{}
for k, v := range ctx.GetRespHeaders() {
respHeaders[k] = []string{v}
respHeaders[k] = v
}

payload := c.buildFastHTTPPayload(GoFiberSDKType, start,
Expand Down

0 comments on commit 2916318

Please sign in to comment.