You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chapter 8, Pg 108, file app/routes/bands.js: BandsRoute.model() returns "this.catalog.bands". At this point in the project, I think BandsRoute.model() should return "this.catalog.getBands()"
The text was updated successfully, but these errors were encountered:
The songs and bands getters are the very first thing we add to the service and we only change the bands.js route to return this.storage.bands after that. So unless I'm misunderstanding something, this should work.
Chapter 8, Pg 108, file app/routes/bands.js: BandsRoute.model() returns "this.catalog.bands". At this point in the project, I think BandsRoute.model() should return "this.catalog.getBands()"
The text was updated successfully, but these errors were encountered: