aboutsummaryrefslogtreecommitdiffstats
path: root/src/models.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/models.rs')
-rw-r--r--src/models.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models.rs b/src/models.rs
index fc45d88..2d49ad1 100644
--- a/src/models.rs
+++ b/src/models.rs
@@ -22,4 +22,4 @@ pub mod screening;
pub use film::{Film, NewFilm};
pub use room::Room;
-pub use screening::{NewScreening, Screening};
+pub use screening::{AggregatedScreening, NewScreening};