mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-01 20:09:01 +00:00
Use subpath imports for lambert-server, fix openapi.js
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user