From 50f3546c5a45b3f04bc822f1c3550b2a9313fc98 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 5 Aug 2023 14:58:16 +1000 Subject: [PATCH] remove useless property --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c93479c..ee1c737 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,7 +10,6 @@ mod gitea; const CHAT_ID: &str = dotenvy_macro::dotenv!("CHAT_ID", "Chat ID is not set!"); const TG_KEY: &str = dotenvy_macro::dotenv!("TG_KEY", "Telegram key is not set!"); -const GITEA_URL: &str = dotenvy_macro::dotenv!("GITEA_URL", "Gitea url is not set!"); const WH_SECRET: &str = dotenvy_macro::dotenv!("WH_SECRET", "Webhook secret is not set!"); const WH_LISTEN_URL: &str = dotenvy_macro::dotenv!("WH_URL", "Webhook listen URL is not set!");