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