mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
bracket typo
This commit is contained in:
@@ -191,8 +191,8 @@ app.post('/upload', (req, res, next) => {
|
|||||||
if (
|
if (
|
||||||
!meta.hasOwnProperty('aad') ||
|
!meta.hasOwnProperty('aad') ||
|
||||||
!meta.hasOwnProperty('id') ||
|
!meta.hasOwnProperty('id') ||
|
||||||
!meta.hasOwnProperty('filename' ||
|
!meta.hasOwnProperty('filename') ||
|
||||||
!validateIV(meta.id))
|
!validateIV(meta.id)
|
||||||
) {
|
) {
|
||||||
res.sendStatus(404);
|
res.sendStatus(404);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user