1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 06:11:23 +00:00
This commit is contained in:
Jacky Zhao
2023-08-17 00:55:52 -07:00
parent 0c199975f2
commit 58d9dc0528
5 changed files with 19 additions and 8 deletions

View File

@@ -460,7 +460,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.
await build(clientRefresh)
})
} else {
await build(() => { })
await build(() => {})
ctx.dispose()
}
})