Skip to content

Commit

Permalink
Update events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eos87 committed Dec 9, 2024
1 parent f8cdcc6 commit 3e84f80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/planning/events/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,6 @@ def generate_recurring_events(event, recurrence_id=None):
if key.startswith("_") or key.startswith("lock_"):
new_event.pop(key)

# TODO-ASYNC: check this as apparently `embedded_planning` it is used
elif key == "embedded_planning":
if not embedded_planning_added:
# If this is the first Event in the series, then keep
Expand Down

0 comments on commit 3e84f80

Please sign in to comment.