Skip to content

Commit 5e76100

Browse files
fix: add return for transition
1 parent de93c78 commit 5e76100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class TasksRoute extends Route {
1414
// This route is deprecated and redirects to the status site
1515
// See ticket for context on the redirection strategy
1616
// https://github.com/Real-Dev-Squad/website-www/issues/1031
17-
this.router.transitionTo('goto', {
17+
return this.router.transitionTo('goto', {
1818
queryParams: { from: this.routeName },
1919
});
2020
}

0 commit comments

Comments
 (0)