implement principal types

This commit is contained in:
Lennart
2025-02-02 15:12:15 +01:00
parent bb8f2bb370
commit aa6bd1cbc0
9 changed files with 75 additions and 36 deletions

View File

@@ -100,6 +100,7 @@ async fn main() -> Result<()> {
cal_store.clone(),
subscription_store.clone(),
user_store.clone(),
user_store.clone(),
config.frontend.clone(),
)
})