This commit is contained in:
ACT丶流星雨 2026-03-23 21:10:25 +08:00
commit b856412d56
2 changed files with 8 additions and 10 deletions

View File

@ -37,7 +37,6 @@ export default router.post(
const chapterAllList = await u.db("o_novel").where("projectId", projectId).whereIn("id", totalNovelId);
const novelClass = new u.cleanNovel();
novelClass.emitter.on("item", async (item) => {
if (item.event)
await u
.db("o_novel")
.where("id", item.id)

View File

@ -23,7 +23,6 @@ export default router.post(
await u.db("o_novel").where("projectId", projectId).update({ eventState: 0, event: null });
novel.emitter.on("item", async (item) => {
if (item.event)
await u
.db("o_novel")
.where("id", item.id)