Archived
2

small fixes

This commit is contained in:
VLE2FE
2020-09-03 16:34:50 +02:00
parent 5744162220
commit 3f6a7a4e5b
6 changed files with 0 additions and 6 deletions

View File

@ -50,7 +50,6 @@ export default class Mail{
});
}).then(() => { // init done successfully
console.info('Mail service established successfully');
this.send('lukas.veit@bosch.com', 'Mail Service started', new Date().toString());
}).catch(err => { // somewhere an error occurred
console.error(`Mail init error: ${err.request.method} ${err.request.path}: ${err.response.status}`,
err.response.data);