We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249a49a commit d776537Copy full SHA for d776537
app/routes/public/schedule.js
@@ -15,7 +15,7 @@ export default class ScheduleRoute extends Route {
15
16
return hash({
17
sessions : this.getSessions(event),
18
- microlocations : event.query('microlocations', {}),
+ microlocations : event.query('microlocations', { 'sort': 'position' }),
19
event
20
});
21
}
0 commit comments