chore: remove non-sense pause for schedtasks
This commit is contained in:
parent
401190f1c8
commit
4726295370
1 changed files with 0 additions and 1 deletions
|
|
@ -185,7 +185,6 @@ pub struct SchedTask {
|
||||||
pub store: SchedTaskStore,
|
pub store: SchedTaskStore,
|
||||||
pub schedule: String,
|
pub schedule: String,
|
||||||
pub on_start: bool,
|
pub on_start: bool,
|
||||||
pub pause: u64,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Deserialize, Default)]
|
#[derive(Clone, Debug, Deserialize, Default)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue