This commit is contained in:
smallfawn
2025-03-09 21:12:35 +08:00
parent ad512729ea
commit c542fd91b2
7 changed files with 8 additions and 8 deletions

View File

@@ -168,7 +168,7 @@ class Task extends Public {
})()
.catch((e) => console.log(e))
.finally(async() => await $.done());
.finally(() => $.done());
async function getNotice() {
let options = {

View File

@@ -211,7 +211,7 @@ class Task extends Public {
})()
.catch((e) => console.log(e))
.finally(async() => await $.done());
.finally(() => $.done());
async function getNotice() {
let options = {

View File

@@ -152,7 +152,7 @@ class Task extends Public {
})()
.catch((e) => console.log(e))
.finally(async () => await $.done());
.finally( () => $.done());
async function getNotice() {
let options = {

View File

@@ -127,7 +127,7 @@ class Task extends Public {
})()
.catch((e) => console.log(e))
.finally(async () => await $.done());
.finally( () => $.done());
async function getNotice() {
let options = {

View File

@@ -130,7 +130,7 @@ class Task extends Public {
})()
.catch((e) => console.log(e))
.finally(async () => await $.done());
.finally( () => $.done());
async function getNotice() {
let options = {

View File

@@ -158,7 +158,7 @@ class Task extends Public {
})()
.catch((e) => console.log(e))
.finally(async () =>await $.done());
.finally( () => $.done());
async function getNotice() {
let options = {

View File

@@ -65,7 +65,7 @@ class Task extends Public {
})()
.catch((e) => console.log(e))
.finally(async () => await $.done());
.finally(() => $.done());
async function getNotice() {
let options = {