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

Commit bedc40d

Browse files
committed
Added tag to query
Signed-off-by: smarcet <[email protected]>
1 parent 9de004d commit bedc40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/event-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const getEvent = (eventId) => (dispatch, getState) => {
214214

215215
let params = {
216216
access_token: accessToken,
217-
expand: 'creator, speakers, moderator, sponsors, groups, type, type.allowed_media_upload_types, slides, links, videos, media_uploads'
217+
expand: 'creator, speakers, moderator, sponsors, groups, type, type.allowed_media_upload_types, slides, links, videos, media_uploads, tags'
218218
};
219219

220220
dispatch(startLoading());

0 commit comments

Comments
 (0)