Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Fix on bookable rooms attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
smarcet committed Aug 31, 2023
1 parent 7bb6e1b commit 45fc2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/summit-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const getSummitById = (summitId) => async (dispatch, getState) => {

const params = {
access_token : accessToken,
expand: 'event_types,tracks,track_groups,values,locations,locations.rooms'
expand: 'event_types,tracks,track_groups,values,locations,locations.rooms,meeting_booking_room_allowed_attributes,meeting_booking_room_allowed_attributes.values'
};

// set id
Expand Down

0 comments on commit 45fc2b1

Please sign in to comment.