Remove import to class-validator, fix listening on port message in bundle

This commit is contained in:
Madeline
2022-09-26 13:25:32 +10:00
parent b2a0e5d83b
commit 7a24f102ee
5 changed files with 4 additions and 2 deletions
-1
View File
@@ -25,7 +25,6 @@ import { Sticker } from "./Sticker";
import { Attachment } from "./Attachment";
import { BannedWords } from "../util";
import { HTTPError } from "lambert-server";
import { ValidatorConstraint } from "class-validator";
export enum MessageType {
DEFAULT = 0,