Skip to content

Commit

Permalink
revert single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelSavignano committed Feb 9, 2023
1 parent 9a61c12 commit 1bd9f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/src/cats/cats.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ export class CatsController {
@ApiExtension('x-codeSamples', [
{ lang: 'JavaScript', source: "console.log('Hello World');" }
])
@ApiExtension('x-multiple', { test: 'test' })
@ApiTags('tag1')
@ApiTags('tag2')
@ApiExtension('x-multiple', { test: "test" })
@ApiTags("tag1")
@ApiTags("tag2")
findAll(@Query() paginationQuery: PaginationQuery) {}

@ApiQuery({ type: PaginationQuery })
Expand Down

0 comments on commit 1bd9f9f

Please sign in to comment.