Fix debug message for SaleorWebhook
This commit is contained in:
parent
a17232632c
commit
ff65b615a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue