fix: fix for container mode also work only with files

This commit is contained in:
Davidson Gomes
2023-06-20 19:31:39 -03:00
parent 5d29c2d881
commit 19ee2b3f34
2 changed files with 3 additions and 1 deletions

View File

@@ -222,9 +222,10 @@ export class WAMonitoringService {
}
await set(dirent.name);
} else {
initInstance();
}
}
initInstance();
} catch (error) {
this.logger.error(error);
}