More production clearances

This commit is contained in:
Stephanos A
2026-07-01 15:20:39 +03:00
parent 103117d88b
commit 924cce5716
6 changed files with 17 additions and 91 deletions

View File

@@ -26,7 +26,7 @@ export class SmsClientService implements OnApplicationBootstrap {
this.logger.log("connected to SMS service");
})
.catch((err) => {
console.error("Error happened at SMS service", err);
this.logger.error('Error happened at SMS service', err);
});
}