Skip to content

Commit

Permalink
Update course modelPromises to include 'extensions' in the query.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Dec 24, 2024
1 parent 4d20fb1 commit e99d62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/catalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class CatalogRoute extends BaseRoute {
}

modelPromises.courses = this.store.findAll('course', {
include: 'stages,language-configurations.language',
include: 'extensions,stages,language-configurations.language',
}) as unknown as Promise<CourseModel[]>;

return RSVPHash(modelPromises) as Promise<ModelType>;
Expand Down

0 comments on commit e99d62d

Please sign in to comment.