forked from Ruderverein-Donau-Linz/rowt
format
This commit is contained in:
@ -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) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user