Skip to content

Commit 3ae0c7e

Browse files
committed
chore: formatting
1 parent 5fe57af commit 3ae0c7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/events/http/HttpServer.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,9 @@ export default class HttpServer {
12011201
}
12021202

12031203
if (hapiMethod !== 'GET' && hapiMethod !== 'HEAD') {
1204-
hapiOptions.payload = { parse: false }
1204+
hapiOptions.payload = {
1205+
parse: false,
1206+
}
12051207
}
12061208

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

0 commit comments

Comments
 (0)