Compare commits

..

No commits in common. "ce2e4e52191680bf7598fd8b2c12a06dd82bba34" and "b2fd52e4a540da8bc33de3c066323aae4452fab6" have entirely different histories.

View File

@ -151,9 +151,6 @@ impl User {
if !self.has_role(db, "Donau Linz").await {
return None;
}
if self.deleted {
return None;
}
let mut fee = Fee::new();