From 5082575754eff74abea72131803f409fcad7da70 Mon Sep 17 00:00:00 2001 From: muryoimpl Date: Fri, 19 Jan 2024 17:26:21 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=87=BA=E3=81=99=E3=82=8B=E3=82=A8?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=83=AA=E3=81=AE=E7=8A=B6=E6=85=8B=E3=81=AE?= =?UTF-8?q?=E8=AA=A4=E3=82=8A=E3=82=92=E4=BF=AE=E6=AD=A3=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- command.js | 1 - 1 file changed, 1 deletion(-) diff --git a/command.js b/command.js index b932168..2e6cea0 100644 --- a/command.js +++ b/command.js @@ -144,7 +144,6 @@ function doPost(e) { for (let i = 0; i < maxRowSize; i++) { if (!entries[i][index.DATE]) break; if (entries[i][index.STATUS] !== status.UNORDERED) continue; - if (entries[i][index.STATUS] !== status.DELIMITED) continue; const name = entries[i][index.NAME]; const title = entries[i][index.TITLE];