Skip to content

Commit

Permalink
Update files.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder authored Jul 19, 2019
1 parent 97c3026 commit 96b4d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/server/routes/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 96b4d8f

Please sign in to comment.