mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-24 14:17:47 -06:00
Path mapping & deps fix & bundler changed to tsup
This commit is contained in:
@@ -58,7 +58,11 @@ enum Background {
|
||||
|
||||
export class Logger {
|
||||
private readonly configService = configService;
|
||||
constructor(private context = 'Logger') {}
|
||||
private context: string;
|
||||
|
||||
constructor(context = 'Logger') {
|
||||
this.context = context;
|
||||
}
|
||||
|
||||
private instance = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user