chore: remove non-sense pause for schedtasks

This commit is contained in:
Jesús Pérez Lorenzo 2021-09-12 23:02:27 +01:00
parent 401190f1c8
commit 4726295370

View File

@ -185,7 +185,6 @@ pub struct SchedTask {
pub store: SchedTaskStore,
pub schedule: String,
pub on_start: bool,
pub pause: u64,
}
#[derive(Clone, Debug, Deserialize, Default)]