@armi-wave/common 1.23.10 → 1.23.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ const multerMiddleware = (req, res, next) => {
28
28
  if (err) {
29
29
  return next(err); // Pass Multer errors to Express error handler
30
30
  }
31
- next();
31
+ next(); // Proceed to the next middleware
32
32
  });
33
33
  };
34
34
  exports.multerMiddleware = multerMiddleware;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@armi-wave/common",
3
- "version": "1.23.10",
3
+ "version": "1.23.11",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",