Skip to content

Commit 9da5ed7

Browse files
tunnckoCoreCopilot
andauthored
chore: typo src/Formidable.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 312add9 commit 9da5ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Formidable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import DummyParser from './parsers/Dummy.js';
1616
import MultipartParser from './parsers/Multipart.js';
1717
import { json, multipart, octetstream, querystring } from './plugins/index.js';
1818

19-
const CUID2_FINGERPRINT = `${process.env.NODE_ENV}-${os.platform()}-${os.hostname()}}`
19+
const CUID2_FINGERPRINT = `${process.env.NODE_ENV}-${os.platform()}-${os.hostname()}`
2020
const createId = cuid2init({ length: 25, fingerprint: CUID2_FINGERPRINT.toLowerCase() });
2121

2222
const DEFAULT_OPTIONS = {

0 commit comments

Comments
 (0)