File tree Expand file tree Collapse file tree
football/src/main/scala/com/gu/mobile/notifications/football/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ object MatchPhaseEvent {
204204 }
205205}
206206
207+ case class PreMatch (eventId : String ) extends MatchPhaseEvent
207208case class KickOff (eventId : String ) extends MatchPhaseEvent
208209case class FullTime (eventId : String ) extends MatchPhaseEvent
209210case class HalfTime (eventId : String ) extends MatchPhaseEvent
@@ -221,7 +222,6 @@ case class Abandoned(eventId: String) extends MatchPhaseEvent
221222case class Postponed (eventId : String ) extends MatchPhaseEvent
222223case class Cancelled (eventId : String ) extends MatchPhaseEvent
223224
224- case class PreMatch (eventId : String ) extends MatchPhaseEvent
225225
226226// Live Activity phase events
227227case class CreateChannel (eventId : String ) extends MatchPhaseEvent
You can’t perform that action at this time.
0 commit comments