Potential Bugfix whereby the code threw an otherwise unexplained error

This commit is contained in:
Neshura 2023-12-29 01:56:48 +01:00
parent 6588bf20a5
commit 0a9eba9732
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 4 additions and 16 deletions

View file

@ -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>,