зеркало из https://github.com/mozilla/CSOL-site.git
Yep, still an idiot
This commit is contained in:
Родитель
6009502fbb
Коммит
efe2b23702
|
@ -226,7 +226,7 @@ module.exports = function (app) {
|
|||
if (!req.body.action || req.body.action !== 'delete')
|
||||
return next(new errors.NotAllowed());
|
||||
|
||||
if (application.status !== 'open')
|
||||
if (application.state !== 'open')
|
||||
return next(new errors.NotAllowed());
|
||||
|
||||
evidence.destroy()
|
||||
|
|
Загрузка…
Ссылка в новой задаче