Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Remove unnecessary array definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
cffisher committed Dec 31, 2024
1 parent 304d204 commit 5cf9420
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ log.add(`${modulePrefix} Running.`);
const userDB = editJsonFile('userdb.json');
userDB.save();

const days = [
'Sunday',
'Monday',
'Tuesday',
'Wednesday',
'Thursday',
'Friday',
'Saturday'
];

const months = [
'January',
'February',
Expand Down

0 comments on commit 5cf9420

Please sign in to comment.