diff --git a/frontend/app/services/tour.js b/frontend/app/services/tour.js index 4c89e0ee5..eadf96e1d 100644 --- a/frontend/app/services/tour.js +++ b/frontend/app/services/tour.js @@ -159,8 +159,8 @@ export default class TourService extends Tour { await this.router.transitionTo( this.autostartTour.undoneTours.shift() ?? "index" ); - } catch (error) { - this.notify.error("unexpected error"); + } catch { + /* tslint:disable:no-empty */ } } };