Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 16, 2024
1 parent 2c8a975 commit ed9cb57
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions types/index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { FastifyInstance, FastifyPluginCallback } from 'fastify'
import fastify from 'fastify'
import fastify, { FastifyInstance, FastifyPluginCallback } from 'fastify'
import { expectType } from 'tsd'

import { fastifySchedule as fastifyScheduleNamed } from '..'
import fastifyScheduleDefault from '..'
import fastifyScheduleDefault, { fastifySchedule as fastifyScheduleNamed } from '..'
import * as fastifyScheduleStar from '..'
import fastifyScheduleCjsImport = require('..')
const fastifyScheduleCjs = require('./')
Expand Down

0 comments on commit ed9cb57

Please sign in to comment.