mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-22 21:32:21 -06:00
Path mapping & deps fix & bundler changed to tsup
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { ICache } from '@api/abstract/abstract.cache';
|
||||
import { Logger } from '@config/logger.config';
|
||||
import { BufferJSON } from 'baileys';
|
||||
|
||||
import { Logger } from '../../config/logger.config';
|
||||
import { ICache } from '../abstract/abstract.cache';
|
||||
|
||||
export class CacheService {
|
||||
private readonly logger = new Logger(CacheService.name);
|
||||
private readonly logger = new Logger('CacheService');
|
||||
|
||||
constructor(private readonly cache: ICache) {
|
||||
if (cache) {
|
||||
|
||||
Reference in New Issue
Block a user