Skip to content

Commit

Permalink
🐛 Fix missing reexport for LogEventContentKind
Browse files Browse the repository at this point in the history
  • Loading branch information
rster2002 committed Nov 10, 2024
1 parent bcfa707 commit fa89b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/logs/content/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub use log_event::LogEvent;
pub use log_event_content::LogEventContent;
pub use log_event_content::LogEventContentKind;

mod log_event;
pub mod log_event_content;
1 change: 1 addition & 0 deletions src/modules/logs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ pub use content::log_event_content::wing_join_event;
pub use content::log_event_content::won_a_trophy_for_squadron_event;
pub use content::LogEvent;
pub use content::LogEventContent;
pub use content::LogEventContentKind;
pub use log_dir::LogDir;
pub use log_dir::LogDirError;
pub use log_file::LogFile;
Expand Down

0 comments on commit fa89b95

Please sign in to comment.