chore: uploadController.js

This commit is contained in:
Bobby Wibowo 2022-07-29 10:17:17 +07:00
parent 681a3ca32f
commit 8782a004d6
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -207,7 +207,7 @@ self.unholdUploadIdentifiers = res => {
for (const identifier of res.locals.identifiers) {
self.onHold.delete(identifier)
logger.debug(`Unhold identifier ${identifier}.`)
logger.debug(`Unheld identifier ${identifier}.`)
}
delete res.locals.identifiers