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 79f30fd commit bf5d4c3Copy full SHA for bf5d4c3
webapp/src/DataTransferObject/Shadowing/EventType.php
@@ -29,6 +29,11 @@ public static function fromString(string $value): EventType
29
return EventType::CONTESTS;
30
}
31
32
+ // When encountering an error for an unknown event
33
+ // consider if we need to verify this as shadow or
34
+ // ignore it by adding the case in:
35
+ // webapp/src/DataTransferObject/Shadowing/EventType.php
36
+ // webapp/src/Service/ExternalContestSourceService.php
37
return EventType::from($value);
38
39
0 commit comments