Skip to content

Commit

Permalink
Resolve issue with not being able to upload multiple files on discrep…
Browse files Browse the repository at this point in the history
…ancy logs. Closes #330
  • Loading branch information
iTerminate committed Oct 17, 2022
1 parent 80bf96a commit d889bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ module.exports.load = function() {
module.exports.multerConfig = {
dest: module.exports.uploadPath,
limits: {
files: 1,
fileSize: (module.exports.app.upload_size || 10) * 1024 * 1024,
},
};
Expand Down

0 comments on commit d889bed

Please sign in to comment.