mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-18 07:44:38 +08:00
FIX BUG
This commit is contained in:
@@ -152,7 +152,7 @@ class Task extends Public {
|
||||
|
||||
})()
|
||||
.catch((e) => console.log(e))
|
||||
.finally(async () => await $.done());
|
||||
.finally( () => $.done());
|
||||
|
||||
async function getNotice() {
|
||||
let options = {
|
||||
|
||||
Reference in New Issue
Block a user