Skip to content

Commit 207a7a1

Browse files
committed
fix: eslint error
1 parent cbe46f7 commit 207a7a1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

types/index.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ type FastifyMultipartPlugin = FastifyPluginCallback<
4343
| fastifyMultipart.FastifyMultipartAttachFieldsToBodyOptions
4444
>
4545

46-
type MultipartHandler = (
47-
field: string,
48-
file: BusboyFileStream,
49-
filename: string,
50-
encoding: string,
51-
mimetype: string
52-
) => void
53-
5446
interface BodyEntry {
5547
data: Buffer;
5648
filename: string;

0 commit comments

Comments
 (0)