fix: Correctly close the initializeServices function in app.ts
Some checks failed
Build and Push Images / build-and-push (push) Failing after 52s
Some checks failed
Build and Push Images / build-and-push (push) Failing after 52s
- Fixed a syntax error by properly closing the initializeServices function. - This change ensures that the application initializes services correctly without any runtime issues.
This commit is contained in:
@@ -432,6 +432,6 @@ async function initializeServices() {
|
||||
} catch (error) {
|
||||
logger.warn("⚠️ AI 어시스턴트 기동 스킵:", error);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export default app;
|
||||
|
||||
Reference in New Issue
Block a user