Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Sep 10, 2023
1 parent 180d3cc commit 2391c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Busboy, BusboyConfig, BusboyFileStream } from '@fastify/busboy'
import { BusboyConfig, BusboyFileStream } from '@fastify/busboy'
import { FastifyPluginCallback, FastifyRequest } from 'fastify'
import { Readable } from 'stream'
import { FastifyErrorConstructor } from '@fastify/error'
Expand Down

0 comments on commit 2391c9f

Please sign in to comment.