diff --git a/backend/services/notification/webhooks.ts b/backend/services/notification/webhooks.ts index 24c0701e..13c728d7 100644 --- a/backend/services/notification/webhooks.ts +++ b/backend/services/notification/webhooks.ts @@ -1,8 +1,8 @@ /** - * Unified Webhook System — Issue #727 + * Unified Webhook System — Issue #926 * * This barrel file is the single entry point for the SubTrackr subscription - * webhook system as specified in the Technical Scope of issue #727. + * webhook system as specified in the Technical Scope of issue #926. * * It re-exports: * - WebhookDeliveryService — core delivery, retry, rate limiting, DLQ