mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
ugh, little mistake
This commit is contained in:
parent
759943f798
commit
3c2ba4868a
@ -49,7 +49,7 @@ uploadsController.upload = async (req, res, next) => {
|
|||||||
description: 'Album doesn\'t exist or it doesn\'t belong to the user'
|
description: 'Album doesn\'t exist or it doesn\'t belong to the user'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return uploadsController.actuallyUpload(req, res, user.id, albumid);
|
return uploadsController.actuallyUpload(req, res, user, albumid);
|
||||||
}
|
}
|
||||||
return uploadsController.actuallyUpload(req, res, user, albumid);
|
return uploadsController.actuallyUpload(req, res, user, albumid);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user