mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-07 13:59:01 +00:00
chore: uploadController.js
This commit is contained in:
parent
681a3ca32f
commit
8782a004d6
@ -207,7 +207,7 @@ self.unholdUploadIdentifiers = res => {
|
|||||||
|
|
||||||
for (const identifier of res.locals.identifiers) {
|
for (const identifier of res.locals.identifiers) {
|
||||||
self.onHold.delete(identifier)
|
self.onHold.delete(identifier)
|
||||||
logger.debug(`Unhold identifier ${identifier}.`)
|
logger.debug(`Unheld identifier ${identifier}.`)
|
||||||
}
|
}
|
||||||
|
|
||||||
delete res.locals.identifiers
|
delete res.locals.identifiers
|
||||||
|
Loading…
Reference in New Issue
Block a user