bracket typo
This commit is contained in:
parent
3f89c2bf0a
commit
ef9b15c1d7
|
@ -191,8 +191,8 @@ app.post('/upload', (req, res, next) => {
|
|||
if (
|
||||
!meta.hasOwnProperty('aad') ||
|
||||
!meta.hasOwnProperty('id') ||
|
||||
!meta.hasOwnProperty('filename' ||
|
||||
!validateIV(meta.id))
|
||||
!meta.hasOwnProperty('filename') ||
|
||||
!validateIV(meta.id)
|
||||
) {
|
||||
res.sendStatus(404);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue