Skip to content
Snippets Groups Projects
Commit f41c438f authored by Éloïs's avatar Éloïs
Browse files

Log a csv Quality - certificationsCount

parent f095fc28
No related branches found
No related tags found
No related merge requests found
......@@ -566,6 +566,12 @@ module.exports = (req, res, next) => co(function *() {
lockMembers = false;
}
/*// Log a csv Quality - certificationsCount
for (const member of membersListOrdered)
{
console.log("%s %s", membersQuality(member.wotb_id), member.certifications.length);
}*/
// Si le client demande la réponse au format JSON =, le faire
if (format == 'JSON')
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment