Skip to content

Commit

Permalink
fix types v2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Apr 13, 2024
1 parent 81daf08 commit 83310db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/fastify-api-reference/src/fastifyApiReference.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { ReferenceConfiguration } from '@scalar/api-reference'
import type {
FastifyBaseLogger,
FastifyPluginAsync,
FastifyTypeProviderDefault,
RawServerDefault,
} from 'fastify'
Expand Down Expand Up @@ -172,8 +171,7 @@ const fastifyApiReference = fp<
FastifyApiReferenceOptions,
RawServerDefault,
FastifyTypeProviderDefault,
FastifyBaseLogger,
FastifyPluginAsync
FastifyBaseLogger
>(
async (fastify, options) => {
let { configuration } = options
Expand Down

0 comments on commit 83310db

Please sign in to comment.