Ran lint:fix
This commit is contained in:
parent
6c8dd66677
commit
528e703c88
2 changed files with 10 additions and 7 deletions
|
@ -104,6 +104,9 @@ watch(hasWon, hasWon => {
|
|||
}
|
||||
});
|
||||
|
||||
setInterval(() => {
|
||||
setInterval(
|
||||
() => {
|
||||
state.mouseActivity = [...state.mouseActivity.slice(-7), false];
|
||||
}, 1000 * 60 * 60);
|
||||
},
|
||||
1000 * 60 * 60
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue