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,
|
WebhookError,
|
||||||
} from "./process-saleor-webhook";
|
} from "./process-saleor-webhook";
|
||||||
|
|
||||||
const debug = createDebug("SaleorAsyncWebhook");
|
const debug = createDebug("SaleorWebhook");
|
||||||
|
|
||||||
export interface WebhookConfig<Event = AsyncWebhookEventType | SyncWebhookEventType> {
|
export interface WebhookConfig<Event = AsyncWebhookEventType | SyncWebhookEventType> {
|
||||||
name?: string;
|
name?: string;
|
||||||
|
|
Loading…
Reference in a new issue