making linters happy
Some checks failed
CI / Rust Blocking Checks (push) Failing after 22s
CI / Web Blocking Checks (push) Failing after 26s
CI / Security Blocking Checks (push) Successful in 9s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Has been cancelled
Some checks failed
CI / Rust Blocking Checks (push) Failing after 22s
CI / Web Blocking Checks (push) Failing after 26s
CI / Security Blocking Checks (push) Successful in 9s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Has been cancelled
This commit is contained in:
@@ -714,6 +714,7 @@ pub async fn receive_webhook(
|
||||
}
|
||||
|
||||
// Helper function to log webhook events
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn log_webhook_event(
|
||||
state: &AppState,
|
||||
trigger: &attune_common::models::trigger::Trigger,
|
||||
@@ -753,6 +754,7 @@ async fn log_webhook_event(
|
||||
}
|
||||
|
||||
// Helper function to log failures when trigger is not found
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn log_webhook_failure(
|
||||
_state: &AppState,
|
||||
webhook_key: String,
|
||||
|
||||
Reference in New Issue
Block a user