We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4cc95 commit 55a6d43Copy full SHA for 55a6d43
src/request.ts
@@ -45,7 +45,7 @@ export class Request {
45
event: APIGatewayProxyEvent | APIGatewayProxyEventV2
46
accept: accepts.Accepts
47
res: Response | null
48
- body: string | undefined
+ body: unknown
49
constructor(event: APIGatewayProxyEvent | APIGatewayProxyEventV2) {
50
this.res = null
51
0 commit comments