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