Skip to content

Commit

Permalink
remove summit bulk actions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
syoungfntech committed Mar 29, 2024
1 parent e0e6c27 commit 212cde6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actions/summit-event-bulk-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ 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 212cde6

Please sign in to comment.