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

index efa0f5f5..e3902626 100644 --- a/src/schemas/api/channels/Channel.ts +++ b/src/schemas/api/channels/Channel.ts
@@ -18,7 +18,7 @@ // TODO: remove entity imports import { Channel, Recipient, Tag, ThreadMember } from "@spacebar/util"; -import { HTTPError } from "lambert-server"; +import { HTTPError } from "lambert-server/HTTPError"; import { Snowflake } from "../../Identifiers"; import { PartialUser, PublicMember } from "../users";