From 4c96665f82d619992ac57b2fe47db634f66b31f1 Mon Sep 17 00:00:00 2001 From: nguyen dung Date: Wed, 23 Feb 2022 16:30:34 +0000 Subject: [PATCH] Fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4e7d738..e0b60bf 100644 --- a/index.js +++ b/index.js @@ -83,7 +83,7 @@ function roleEnterOrder(sessionID, lastResult) { let isNotBreakdowUp = true; // Xanh let isNotBreakdowDown = true; // Đỏ listContinue.reverse().forEach((e, ind) => { - if (!ind) { // Xét các phiên chẵn + if (ind % 2 === 0) { // Xét các phiên chẵn if (e.lastResult === 0) { // Xanh isNotBreakdowDown = false;