remove useless property

This commit is contained in:
b1ek 2023-08-05 14:58:16 +10:00
parent 9afa1cde0c
commit 50f3546c5a
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 0 additions and 1 deletions

View File

@ -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!");