updated albumsController.js

This commit is contained in:
Bobby Wibowo 2020-12-26 15:32:44 +07:00
parent 664c994855
commit 3a0810b0be
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -436,7 +436,7 @@ self.generateZip = async (req, res, next) => {
if (!config.uploads.generateZips) {
return res.status(401).json({
success: false,
description: 'Zip generation disabled.'
description: 'ZIP generation disabled.'
})
}