Skip to content

Commit

Permalink
chore: apply automated lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 12, 2023
1 parent 135b8d8 commit 9ab6fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/body.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export async function readBody<
* @throws If the validation function returns `false` or throws, a validation error will be thrown.
* @return {*} The `Object`, `Array`, `String`, `Number`, `Boolean`, or `null` value corresponding to the request JSON body.
* @see {readBody}
*
*
* ```ts
* // With a custom validation function
* const body = await readValidatedBody(event, (body) => {
Expand Down

0 comments on commit 9ab6fa0

Please sign in to comment.