dlstechteaching / devops-06-ci

Found empty block statements JS-0009
Anti-pattern
Minor
1 occurrence in this check
Empty block statement
23
24try {
25    document.getElementById("month").innerText = getCurrentMonth();
26} catch (err) {}27
28exports.getCurrentMonth = getCurrentMonth;
29exports.isAdmin = isAdmin;