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 3e67ec5 commit 242ad47
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 @@ -88,6 +88,7 @@ export const usersMutationAccessPolicy =
throw new Error(request.params.userId)
}

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

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

View workflow job for this annotation

GitHub Actions / test / Lint Code

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

0 comments on commit 242ad47

Please sign in to comment.