mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-02 18:20:05 +08:00
Update smzdm_checkin.js
This commit is contained in:
@@ -17,7 +17,7 @@ class SmzdmCheckinBot extends SmzdmBot {
|
|||||||
constructor(cookie, sk) {
|
constructor(cookie, sk) {
|
||||||
super(cookie);
|
super(cookie);
|
||||||
|
|
||||||
this.sk = sk.trim();
|
this.sk = sk ? sk.trim() : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
async run() {
|
async run() {
|
||||||
|
|||||||
Reference in New Issue
Block a user