From 40d7480d5bbdb7035aa5ba3dade980dfe878e1cb Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 21 Feb 2021 20:33:20 +0000 Subject: [PATCH] lint: padaccess.js --- src/node/padaccess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/padaccess.js b/src/node/padaccess.js index 241302852..5ca5641b5 100644 --- a/src/node/padaccess.js +++ b/src/node/padaccess.js @@ -2,7 +2,7 @@ const securityManager = require('./db/SecurityManager'); // checks for padAccess -module.exports = async function (req, res) { +module.exports = async (req, res) => { try { const {session: {user} = {}} = req; const accessObj = await securityManager.checkAccess(