Potential Bugfix whereby the code threw an otherwise unexplained error
This commit is contained in:
parent
6588bf20a5
commit
0a9eba9732
3 changed files with 4 additions and 16 deletions
src
|
@ -142,7 +142,6 @@ impl Default for ZoneConfig {
|
|||
|
||||
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
|
||||
pub(crate) struct AppConfig {
|
||||
#[serde(alias="cf_api_token")]
|
||||
pub(crate) cloudflare_api_token: String,
|
||||
pub(crate) check_interval_seconds: Option<u16>,
|
||||
pub(crate) uptime_url: Option<String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue