[API] Fix bug
This commit is contained in:
parent
76887f371b
commit
54dc1afc99
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ module.exports = (params, user) =>
|
||||||
});
|
});
|
||||||
|
|
||||||
if (folder === null) {
|
if (folder === null) {
|
||||||
return reject('folder-not-found');
|
return rej('folder-not-found');
|
||||||
}
|
}
|
||||||
|
|
||||||
file.folder_id = folder._id;
|
file.folder_id = folder._id;
|
||||||
|
|
Loading…
Reference in a new issue