From 402fe105e09918112f3aa62a81d2bb1b5edff60b Mon Sep 17 00:00:00 2001
From: haptear <haptear@hotmail.com>
Date: Wed, 1 Jun 2022 11:17:44 +0800
Subject: [PATCH] 123

---
 daticheck.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/daticheck.js b/daticheck.js
index 0fb242c..a95d5c4 100644
--- a/daticheck.js
+++ b/daticheck.js
@@ -98,7 +98,6 @@ async function Check(userid) {
 		let i=1
 		for (let list of lists){
 			if (i>5)break;
-			if (isToday(list.creatertime)=='今天')
 			console.log(`金额:${list.cashout} 时间:${list.creatertime} 状态:${list.state}`)
 			i++			
 		}