mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-08 08:00:10 +00:00
update apply
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user