mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
fix: fix for container mode also work only with files
This commit is contained in:
@@ -222,9 +222,10 @@ export class WAMonitoringService {
|
||||
}
|
||||
|
||||
await set(dirent.name);
|
||||
} else {
|
||||
initInstance();
|
||||
}
|
||||
}
|
||||
initInstance();
|
||||
} catch (error) {
|
||||
this.logger.error(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user