Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
shevchenkonik committed Nov 25, 2024
1 parent e1ae4e9 commit 3491cc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/functional/express-error-handling.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ describe(``, () => {
}

@Post('/videos')
createVideo(
@BodyParam('meta') meta: string,
): never {
createVideo(@BodyParam('meta') meta: string): never {
throw new UnprocessableEntityError('Meta is an array of strings.');
}
}
Expand Down

0 comments on commit 3491cc5

Please sign in to comment.