diff options
| author | kanadeko <[email protected]> | 2017-01-16 04:22:26 -0300 |
|---|---|---|
| committer | kanadeko <[email protected]> | 2017-01-16 04:22:26 -0300 |
| commit | 9688c5ee52d539871e4df492912a0cfd323e3811 (patch) | |
| tree | 67436483bf35c8faaad50124fc55633dbc17fc5b /controllers | |
| parent | Admin panel, pomf-standarization and stuff (diff) | |
| download | host.fuwn.me-9688c5ee52d539871e4df492912a0cfd323e3811.tar.xz host.fuwn.me-9688c5ee52d539871e4df492912a0cfd323e3811.zip | |
Removed error code because is stupid
Diffstat (limited to 'controllers')
| -rw-r--r-- | controllers/uploadController.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/controllers/uploadController.js b/controllers/uploadController.js index 4d5b44e..090181a 100644 --- a/controllers/uploadController.js +++ b/controllers/uploadController.js @@ -33,7 +33,6 @@ uploadsController.upload = function(req, res, next){ console.error(err) return res.json({ success: false, - errorcode: '', description: err }) } |