Skip to content

Commit

Permalink
chore(types): fix linting (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Dec 19, 2024
1 parent fc381f5 commit 1de0514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fastify, { FastifyRequest } from 'fastify'
import { expectAssignable, expectType } from 'tsd'
import { default as bearerAuth, FastifyBearerAuthOptions, verifyBearerAuth, verifyBearerAuthFactory } from '..'
import bearerAuth, { FastifyBearerAuthOptions, verifyBearerAuth, verifyBearerAuthFactory } from '..'

const pluginOptions: FastifyBearerAuthOptions = {
keys: new Set(['foo']),
Expand Down

0 comments on commit 1de0514

Please sign in to comment.