Skip to content
Snippets Groups Projects
Commit 2a291d54 authored by Fabien Zucchet's avatar Fabien Zucchet
Browse files

debug

parent 81c855f7
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ async function getUsersPerformance(req, res) {
}
}
unction isAdminMiddleware(req, res, next) {
function isAdminMiddleware(req, res, next) {
console.log(req.session.ids);
const login = req.session.login || '';
const admins = getAdminsLogins();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment