@reldens/server-utils 0.11.0 → 0.12.0

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.
@@ -104,7 +104,10 @@ class UploaderFactory
104
104
  if(FileHandler.exists(file.path)){
105
105
  FileHandler.remove(file.path);
106
106
  }
107
- let result = this.processErrorResponse(415, 'File contents do not match declared type.', req, res);
107
+ let result = this.processErrorResponse(
108
+ 415,
109
+ 'File contents do not match declared type.', req, res
110
+ );
108
111
  if(result.handled){
109
112
  return;
110
113
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reldens/server-utils",
3
3
  "scope": "@reldens",
4
- "version": "0.11.0",
4
+ "version": "0.12.0",
5
5
  "description": "Reldens - Server Utils",
6
6
  "author": "Damian A. Pastorini",
7
7
  "license": "MIT",