Fix eslint
This commit is contained in:
parent
ecf44e0c68
commit
7df8f45489
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
|
@ -287,7 +287,6 @@ exports.download = function(provider, req, res, container, file, cb) {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
function processError(err, fileName) {
|
function processError(err, fileName) {
|
||||||
if (err.code === 'ENOENT') {
|
if (err.code === 'ENOENT') {
|
||||||
err.statusCode = err.status = 404;
|
err.statusCode = err.status = 404;
|
||||||
|
|
Loading…
Reference in New Issue