Skip to content

Commit 6f83ebf

Browse files
committed
Drop unnecessary data initialization.
It is set in `afterModel` before being accessed by `setupController`.
1 parent da8e309 commit 6f83ebf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/routes/dashboard.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import RSVP from 'rsvp';
55
import AuthenticatedRoute from '../mixins/authenticated-route';
66

77
export default Route.extend(AuthenticatedRoute, {
8-
data: {},
9-
108
setupController(controller) {
119
this._super(...arguments);
1210

0 commit comments

Comments
 (0)