Skip to content

Commit fe780bb

Browse files
committed
Remove require for nonexistent form-data module
1 parent 2f38088 commit fe780bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/file.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const fs = require("node:fs");
2-
const FormData = require("node:form-data");
32
const path = require("node:path");
43

54
/**

0 commit comments

Comments
 (0)