fix: cargo fmt
All checks were successful
Run Check Script / check (pull_request) Successful in -37s

This commit is contained in:
Willem 2025-07-28 15:18:46 -04:00
parent b56a30de3c
commit d7bce37b69

View File

@ -43,7 +43,6 @@ async fn main() {
framework: Some(RustWebFramework::Leptos),
});
let webhook_receiver = WebhookReceiver {
name: "sample-webhook-receiver".to_string(),
url: Url::Url(url::Url::parse("https://webhook-doesnt-exist.com").unwrap()),