fix(rebase): resolve main drift and restore CI contracts

This commit is contained in:
Chummy 2026-02-17 00:28:28 +08:00
parent b2dd3582a4
commit 413ecfd143
3 changed files with 9 additions and 3 deletions

View file

@ -219,7 +219,6 @@ pub async fn run_gateway(host: &str, port: u16, config: Config) -> Result<()> {
config.api_key.as_deref(),
)?);
// Extract webhook secret for authentication
let webhook_secret: Option<Arc<str>> = config
.channels_config