From 96b4d8f426f693f5219b406c01280b88f7b35d57 Mon Sep 17 00:00:00 2001 From: ikethecoder Date: Thu, 18 Jul 2019 17:30:54 -0700 Subject: [PATCH] Update files.js --- frontend/server/routes/files.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/server/routes/files.js b/frontend/server/routes/files.js index 61d0ccb6f..8c7784550 100644 --- a/frontend/server/routes/files.js +++ b/frontend/server/routes/files.js @@ -48,7 +48,8 @@ const validateFileRequest = async (req, requestId) => { }); const json = JSON.parse(r); - // NOTE: The request will only be returned if the user is in the right zone and the request is in the right status + // NOTE: The request will only be returned if the user has the + // right role, is in the right zone and the request is in the right status // For when there are requests for a list of files if (has(req, 'query.ids')) {