Skip to content

Commit b74ce41

Browse files
committed
chore: remove unused Maintenance variable
1 parent 5031960 commit b74ce41

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stackbrew.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ let foundCurrent = false;
3535

3636
for (const version of versions) {
3737
let lts = new Date(`${config[version].lts}T00:00:00.00`).getTime();
38-
let maintenance = new Date(`${config[version].maintenance}T00:00:00.00`).getTime();
3938
let isCurrent = foundCurrent ? false : isNaN(lts) || lts >= now;
4039
foundCurrent = isCurrent || foundCurrent;
4140
let isLTS = foundLTS ? false : (now >= lts);

0 commit comments

Comments
 (0)