format
All checks were successful
CI/CD Pipeline / test (push) Successful in 14m37s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2025-05-03 15:54:52 +02:00
parent 5b78afff63
commit 8dc55a7aad
7 changed files with 136 additions and 159 deletions

View File

@@ -1,8 +1,5 @@
use super::User;
use crate::{
model::{mail::Mail, notification::Notification},
special_user,
};
use crate::{model::mail::Mail, special_user};
use rocket::async_trait;
use sqlx::SqlitePool;
@@ -48,6 +45,4 @@ ASKÖ Ruderverein Donau Linz", self.name),
Ok(())
}
async fn notify_coxes_about_new_regular(&self, db: &SqlitePool) {}
}