diff --git a/application/controllers/handler.js b/application/controllers/handler.js index 7f3d8a4..4dd2b76 100644 --- a/application/controllers/handler.js +++ b/application/controllers/handler.js @@ -227,7 +227,7 @@ let self = module.exports = { }); }) .catch((error) => { - console.log('notificaitons service problem with recreation of notifications: ' + error); + console.log('notifications service problem with recreation of notifications: ' + error); }); }