Skip to content

Commit

Permalink
Update types/index.test-d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Spigolon <[email protected]>
Signed-off-by: Frazer Smith <[email protected]>
  • Loading branch information
Fdawgs and Eomm authored Nov 29, 2024
1 parent 242ad47 commit fdcf290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ async function usersController (fastify: FastifyInstance): Promise<void> {
)
}

// @ts-expect-error
async function usersControllerV2 (fastify: FastifyInstance): Promise<void> {

Check failure on line 108 in types/index.test-d.ts

View workflow job for this annotation

GitHub Actions / test / Lint Code

'usersControllerV2' is defined but never used
fastify.patch<{
Params: { userId: string };
Expand Down

0 comments on commit fdcf290

Please sign in to comment.