Revert "V2 fix chatwoot reply quote"

This commit is contained in:
Davidson Gomes
2024-09-05 09:26:33 -03:00
committed by GitHub
parent 2c7288e888
commit ff78954383
9 changed files with 388 additions and 1432 deletions

View File

@@ -20,6 +20,8 @@ export class CacheEngine {
logger.verbose(`LocalCache initialized for ${module}`);
this.engine = new LocalCache(configService, module);
}
}
public getEngine() {