entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchema

This commit is contained in:
Madeline 2022-12-23 12:46:03 +11:00 committed by Puyodead1
parent 5491c58ffc
commit 2364096a97
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC
5 changed files with 3 additions and 4 deletions

Binary file not shown.

View File

@ -1,7 +1,6 @@
import { route } from "@fosscord/api";
import { Request, Response, Router } from "express";
import { FieldErrors } from "../../../../util";
import { ConnectionStore } from "../../../../util/connections";
import { route } from "../../../util";
import { ConnectionStore, FieldErrors } from "../../../../util";
const router = Router();

View File

@ -28,7 +28,6 @@ export * from "./ClientRelease";
export * from "./Config";
export * from "./ConnectedAccount";
export * from "./ConnectionConfigEntity";
export * from "./ConnectionUpdateSchema";
export * from "./EmbedCache";
export * from "./Emoji";
export * from "./Encryption";

View File

@ -32,6 +32,7 @@ export * from "./ChannelReorderSchema";
export * from "./CodesVerificationSchema";
export * from "./ConnectedAccountSchema";
export * from "./ConnectionCallbackSchema";
export * from "./ConnectionUpdateSchema";
export * from "./DmChannelCreateSchema";
export * from "./EmojiCreateSchema";
export * from "./EmojiModifySchema";