Skip to content

Commit 1b784ae

Browse files
authored
Revert "Changed the transition params access method (#3029)" (#3035)
This reverts commit 9d4f705.
1 parent 9d4f705 commit 1b784ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/public/cfs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default Route.extend({
66
},
77

88
async beforeModel(transition) {
9-
let hash = transition.params.public.cfs.speaker_call_hash;
9+
let hash = transition.params['public.cfs'].speaker_call_hash;
1010
const eventDetails = this.modelFor('public');
1111
const speakersCall = await eventDetails.get('speakersCall');
1212
/*

0 commit comments

Comments
 (0)