Fixed a buf for not waiting async method

This commit is contained in:
CnF-Gris 2025-06-30 20:10:43 +00:00
parent d7a87f54bb
commit 3de4354458

View File

@ -20,7 +20,8 @@ export const init: ServerInit = async () => {
SessionApp.init(
new SessionDBBroker()
)
JoseApp.init()
// This is async
await JoseApp.init()
logger.debug("Init run successfully", "App Init")