diff --git a/packages/request-parser/index.ts b/packages/request-parser/index.ts index 05ff3fb3..616fee69 100644 --- a/packages/request-parser/index.ts +++ b/packages/request-parser/index.ts @@ -21,6 +21,7 @@ export class RequestParser { * @throws Error if body is invalid */ async toObject() { + console.log(await this.determineContentType()); try { switch (await this.determineContentType()) { case "application/json":