From 121cac6eeaf945da0874fd307eadb8d0fd61d48d Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA=E6=96=B0?= =?UTF-8?q?=E7=89=88=EF=BC=9A=E4=BF=AE=E5=A4=8D=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gacmotor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gacmotor.js b/gacmotor.js index bba2372..0c7945c 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -119,7 +119,7 @@ class UserInfo { console.log(`等待30s`) await $.wait(30000) await this._postlist() - for (let postId of this._postlist) { + for (let postId of this.postList) { await this._delete(postId) } }