Ran lint:fix

This commit is contained in:
thepaperpilot 2024-10-20 11:46:09 -05:00
parent 6c8dd66677
commit 528e703c88
2 changed files with 10 additions and 7 deletions

View file

@ -104,6 +104,9 @@ watch(hasWon, hasWon => {
}
});
setInterval(() => {
setInterval(
() => {
state.mouseActivity = [...state.mouseActivity.slice(-7), false];
}, 1000 * 60 * 60);
},
1000 * 60 * 60
);