Skip to content

Commit

Permalink
reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
syoungfntech committed Mar 29, 2024
1 parent 212cde6 commit b80d721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/actions/summit-event-bulk-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export const updateEventEtherpadURLLocal = (event, etherpadURL, isValid) => (dis

dispatch(createAction(UPDATE_LOCAL_EVENT)({ eventId: event.id, mutator: mutator(etherpadURL, isValid)}));
}

export const updateEvents = (summitId, events) => async (dispatch, getState) => {

const { currentSummitState } = getState();
Expand Down Expand Up @@ -377,6 +378,7 @@ const normalizeBulkEvents = (entity) => {
streaming_url: e.streaming_url,
streaming_type: e.streaming_type,
meeting_url: e.meeting_url,
etherpad_link: e.etherpad_link
}
for (let property in normalizedEvent) {
if (normalizedEvent[property] === undefined || normalizedEvent[property] === null) {
Expand Down

0 comments on commit b80d721

Please sign in to comment.