Skip to content

Commit

Permalink
EventType can be null.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tropix126 committed Dec 21, 2023
1 parent 7083391 commit c4be194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub struct Event {
pub level: EventLevel,
pub ongoing: bool,
pub awards_finalized: bool,
pub event_type: EventType,
pub event_type: Option<EventType>,
}

impl Event {
Expand Down

0 comments on commit c4be194

Please sign in to comment.