diff --git a/hook-worker/src/worker.rs b/hook-worker/src/worker.rs index 7338275..441e1ee 100644 --- a/hook-worker/src/worker.rs +++ b/hook-worker/src/worker.rs @@ -6,7 +6,6 @@ use chrono::Utc; use futures::future::join_all; use hook_common::health::HealthHandle; use hook_common::pgqueue::PgTransactionBatch; -use hook_common::webhook; use hook_common::{ pgqueue::{ DatabaseError, Job, PgQueue, PgQueueJob, PgTransactionJob, RetryError, RetryInvalidError,