diff --git a/crates/frontend/src/lib.rs b/crates/frontend/src/lib.rs index 1cba4ed..14cf4e4 100644 --- a/crates/frontend/src/lib.rs +++ b/crates/frontend/src/lib.rs @@ -50,6 +50,7 @@ struct CalendarPage { async fn route_calendar( path: Path<(String, String)>, store: Data>, + user: User, ) -> impl Responder { let store = store.read().await; let (owner, cal_id) = path.into_inner();