summary refs log tree commit diff
path: root/src/api/util/handlers/Webhook.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/util/handlers/Webhook.ts')
-rw-r--r--src/api/util/handlers/Webhook.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/util/handlers/Webhook.ts b/src/api/util/handlers/Webhook.ts

index a3ad944a..48032c8f 100644 --- a/src/api/util/handlers/Webhook.ts +++ b/src/api/util/handlers/Webhook.ts
@@ -1,7 +1,7 @@ import { handleMessage, postHandleMessage } from "@spacebar/api"; import { Attachment, Channel, Config, DiscordApiErrors, emitEvent, FieldErrors, Message, MessageCreateEvent, Snowflake, uploadFile, ValidateName, Webhook } from "@spacebar/util"; import { Request, Response } from "express"; -import { HTTPError } from "lambert-server"; +import { HTTPError } from "lambert-server/HTTPError"; import { MoreThan } from "typeorm"; import { WebhookExecuteSchema } from "@spacebar/schemas";