mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-02 22:12:02 +00:00
Use subpath imports for lambert-server, fix openapi.js
This commit is contained in:
@@ -53,7 +53,7 @@ import {
|
||||
USER_MENTION,
|
||||
Webhook,
|
||||
} from "@spacebar/util";
|
||||
import { HTTPError } from "lambert-server";
|
||||
import { HTTPError } from "lambert-server/HTTPError";
|
||||
import { Equal, In, Or } from "typeorm";
|
||||
import {
|
||||
ActionRowComponent,
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user