Commit 64df3c77 authored by Will Cory's avatar Will Cory Committed by GitHub

Update packages/common-ts/src/base-service/base-service-v2.ts

parent 4ae94b41
...@@ -331,7 +331,7 @@ export abstract class BaseServiceV2< ...@@ -331,7 +331,7 @@ export abstract class BaseServiceV2<
verify: (req, res, buf, encoding) => { verify: (req, res, buf, encoding) => {
;(req as any).rawBody = buf?.toString(encoding || 'utf8') || '' ;(req as any).rawBody = buf?.toString(encoding || 'utf8') || ''
}, },
...this.params.bodyParserParams, ...(this.params.bodyParserParams ?? {}),
}) })
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment