mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Fix lint
This commit is contained in:
@@ -114,7 +114,7 @@ module.exports = class NimCommand extends Command {
|
|||||||
time: 60000
|
time: 60000
|
||||||
});
|
});
|
||||||
if (!rowTurn.size) {
|
if (!rowTurn.size) {
|
||||||
if (lastTurnTimeout) {
|
if (lastTurnTimeout) { // eslint-disable-line max-depth
|
||||||
winner = 'time';
|
winner = 'time';
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user