You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module imports in ES6 declare constant variables. We should do the same with our Node.js requires. Refactor the let keywords in all modules to const for all require variables.