From f7f6874bd2b6ef047cecd7f372924b9a6fcd0890 Mon Sep 17 00:00:00 2001 From: OKAMOTO Shigehiro Date: Mon, 29 Jan 2024 20:03:57 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AF=BE=E8=B1=A1=E3=81=A8=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=83=A1=E3=83=BC=E3=83=AB=E3=81=AE=E6=9D=A1=E4=BB=B6=E3=81=AE?= =?UTF-8?q?=E9=96=93=E9=81=95=E3=81=84=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gas/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/src/main.ts b/gas/src/main.ts index ea696eb..220e137 100644 --- a/gas/src/main.ts +++ b/gas/src/main.ts @@ -44,7 +44,7 @@ function main() { const from = message.getFrom(); if ( - from.includes(myEmail) && + !from.includes(myEmail) && now.getTime() - date.getTime() < 1000 * 60 * 60 * 12 && !pastMails.includes(id) ) {