Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Dec 12, 2022
1 parent 5fe57af commit 3ae0c7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/events/http/HttpServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,9 @@ export default class HttpServer {
}

if (hapiMethod !== 'GET' && hapiMethod !== 'HEAD') {
hapiOptions.payload = { parse: false }
hapiOptions.payload = {
parse: false,
}
}

log.notice(`${method} ${hapiPath} -> ${proxyUriInUse}`)
Expand Down

0 comments on commit 3ae0c7e

Please sign in to comment.