update apply

This commit is contained in:
duanfuxiang
2025-01-06 16:05:35 +08:00
parent dc7288e11b
commit eeacc67d70
6 changed files with 95 additions and 89 deletions

View File

@@ -38,14 +38,10 @@ export class DBManager {
dbManager.templateManager = new TemplateManager(app, dbManager)
dbManager.conversationManager = new ConversationManager(app, dbManager)
console.log('Smart composer database initialized.')
console.log('infio database initialized.')
return dbManager
}
// getDb() {
// return this.db
// }
getPgClient() {
return this.db
}