From 2391c9fa817e64c09ffaa0106589a8bd88dc877e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Sun, 10 Sep 2023 12:21:55 +0200 Subject: [PATCH] fix lint --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 6c38b0e5..74853810 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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'