mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
Fix prettier errors
This commit is contained in:
5
src/cache/localcache.ts
vendored
5
src/cache/localcache.ts
vendored
@@ -9,7 +9,10 @@ export class LocalCache implements ICache {
|
||||
private conf: CacheConfLocal;
|
||||
static localCache = new NodeCache();
|
||||
|
||||
constructor(private readonly configService: ConfigService, private readonly module: string) {
|
||||
constructor(
|
||||
private readonly configService: ConfigService,
|
||||
private readonly module: string,
|
||||
) {
|
||||
this.conf = this.configService.get<CacheConf>('CACHE')?.LOCAL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user