Skip to content

Commit 1de0514

Browse files
authored
chore(types): fix linting (#199)
1 parent fc381f5 commit 1de0514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.test-d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fastify, { FastifyRequest } from 'fastify'
22
import { expectAssignable, expectType } from 'tsd'
3-
import { default as bearerAuth, FastifyBearerAuthOptions, verifyBearerAuth, verifyBearerAuthFactory } from '..'
3+
import bearerAuth, { FastifyBearerAuthOptions, verifyBearerAuth, verifyBearerAuthFactory } from '..'
44

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

0 commit comments

Comments
 (0)