Update qtx.js

This commit is contained in:
smallfawn 2023-07-06 16:18:22 +08:00 committed by GitHub
parent 1484d7eb2f
commit 1f8d025a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
qtx.js
View File

@ -320,7 +320,7 @@ async function getNotice() {
break;
}
}
if (notice) { $.DoubleLog(notice); }
if (notice) { DoubleLog(notice); }
} catch (e) {
console.log(e);
}