same functionality now works with axum the same way it did with actix
This commit is contained in:
@@ -45,7 +45,7 @@ impl<T: Ringer> Scheduler<T> {
|
||||
});
|
||||
|
||||
job_result.expect("Faild to add job");
|
||||
todo!()
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub async fn add_alarm(&self, time: DateTime<Local>) -> Result<Alarm, String> {
|
||||
|
||||
Reference in New Issue
Block a user