Fix debug message for SaleorWebhook

This commit is contained in:
Lukasz Ostrowski 2023-03-07 10:52:23 +01:00
parent a17232632c
commit ff65b615a8

View file

@ -12,7 +12,7 @@ import {
WebhookError,
} from "./process-saleor-webhook";
const debug = createDebug("SaleorAsyncWebhook");
const debug = createDebug("SaleorWebhook");
export interface WebhookConfig<Event = AsyncWebhookEventType | SyncWebhookEventType> {
name?: string;