Skip to content

Commit 9d4f705

Browse files
mrsaicharan1abhinavk96
authored andcommitted
Changed the transition params access method (#3029)
1 parent b5cd8ee commit 9d4f705

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)