From 1f8d025a88d630daff7bf57ea452d8ed71bbc0a0 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:18:22 +0800 Subject: [PATCH] Update qtx.js --- qtx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtx.js b/qtx.js index d2f95bc..95314c6 100644 --- a/qtx.js +++ b/qtx.js @@ -320,7 +320,7 @@ async function getNotice() { break; } } - if (notice) { $.DoubleLog(notice); } + if (notice) { DoubleLog(notice); } } catch (e) { console.log(e); }