summaryrefslogtreecommitdiff
path: root/src/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index 6d71259..bc1daa5 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -44,7 +44,7 @@ impl App {
}
pub const fn invites(&self) -> Invites {
- Invites::new(&self.db)
+ Invites::new(&self.db, &self.events)
}
#[cfg(not(test))]