removed the file sha256 hash

This commit is contained in:
Danny Coates 2017-08-07 14:05:13 -07:00
parent e7b90ea1b9
commit 9a150ddb22
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 7 additions and 44 deletions

View file

@ -225,7 +225,6 @@ app.post('/upload', (req, res, next) => {
}
if (
!meta.hasOwnProperty('aad') ||
!meta.hasOwnProperty('id') ||
!meta.hasOwnProperty('filename') ||
!validateIV(meta.id)