Skip to content

Commit

Permalink
fix(frontend): error notifications in onboarding tour (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar authored May 23, 2024
1 parent 4f8a87a commit 74d8033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/services/tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/* eslint:disable:no-empty */
}
}
};
Expand Down

0 comments on commit 74d8033

Please sign in to comment.