We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754a3d5 commit e3e43b3Copy full SHA for e3e43b3
src/models/eventsFactory.js
@@ -605,9 +605,6 @@ class EventsFactory extends Factory {
605
if (repetitionId === originalEventId) {
606
const originalEvent = await this.eventsDataLoader.load(originalEventId);
607
608
- if (!originalEvent) {
609
- return null;
610
- }
611
612
/**
613
* All events have same type with originalEvent id
@@ -629,9 +626,6 @@ class EventsFactory extends Factory {
629
626
630
627
631
628
632
633
634
635
636
637
* If one of the ids are invalid (originalEvent or repetition not found) return null
0 commit comments