mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
bracket typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user