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

@ -25,6 +25,7 @@
* fix sending narrated audio on whatsapp android and ios * fix sending narrated audio on whatsapp android and ios
* fixed the problem of not disabling the global webhook by the variable * fixed the problem of not disabling the global webhook by the variable
* Adjustment in the recording of temporary files and periodic cleaning * Adjustment in the recording of temporary files and periodic cleaning
* Fix for container mode also work only with files
# 1.0.9 (2023-06-10) # 1.0.9 (2023-06-10)

View File

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