Changeset 0c6b92a for imaps-frontend/node_modules/form-data/lib
- Timestamp:
- 12/12/24 17:06:06 (2 months ago)
- Branches:
- main
- Children:
- 79a0317
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/form-data/lib/form_data.js
rd565449 r0c6b92a 62 62 63 63 // https://github.com/felixge/node-form-data/issues/38 64 if ( util.isArray(value)) {64 if (Array.isArray(value)) { 65 65 // Please convert your array into string 66 66 // the way web server expects it
Note:
See TracChangeset
for help on using the changeset viewer.