Skip to content

Commit 3324b2f

Browse files
committed
更新[百度签到]: 修复一处错误
1 parent 4134b69 commit 3324b2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tieba/tieba.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async function signbars(bars) {
6868
bar.iscurSign = true
6969
bar.issignSuc = false
7070
bar.signNo = null
71-
bar.signMsg = error !== null ? error : e
71+
bar.signMsg = err !== null ? error : e
7272
$.logErr(e, resp)
7373
} finally {
7474
$.log(`❕ 贴吧:【${bar.name}】签到完成!`)

0 commit comments

Comments
 (0)