fix: fix for container mode also work only with files

This commit is contained in:
Davidson Gomes
2023-06-20 19:29:47 -03:00
parent a08bbab9dc
commit 5d29c2d881
8 changed files with 5 additions and 217 deletions

View File

@@ -224,6 +224,7 @@ export class WAMonitoringService {
await set(dirent.name);
}
}
initInstance();
} catch (error) {
this.logger.error(error);
}