From fad684a20ee55527966f262af3534526020862a2 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:12:47 +0800 Subject: [PATCH] Update lenovoapp.js --- lenovoapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lenovoapp.js b/lenovoapp.js index 7a9a03a..75a6bf8 100644 --- a/lenovoapp.js +++ b/lenovoapp.js @@ -24,7 +24,7 @@ class Task { async main() { await this.userInfo() if (this.ckStatus) { - await this.isSignIn() + await this.checkIn() await this.getUserTaskList(); }