mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
Removed empty lines on cacheengine
This commit is contained in:
parent
5ac98f7278
commit
2fc0815e14
2
src/cache/cacheengine.ts
vendored
2
src/cache/cacheengine.ts
vendored
@ -20,8 +20,6 @@ export class CacheEngine {
|
|||||||
logger.verbose(`LocalCache initialized for ${module}`);
|
logger.verbose(`LocalCache initialized for ${module}`);
|
||||||
this.engine = new LocalCache(configService, module);
|
this.engine = new LocalCache(configService, module);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public getEngine() {
|
public getEngine() {
|
||||||
|
Loading…
Reference in New Issue
Block a user