Skip to content

Commit 2d43aff

Browse files
fix: formatting
1 parent cd078cc commit 2d43aff

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import fastifyAuth from "@fastify/auth";
77
import fastifyCookie, { FastifyCookieOptions } from "@fastify/cookie";
88
import fastifyCors from "@fastify/cors";
99
import { TypeBoxTypeProvider } from "@fastify/type-provider-typebox";
10-
1110
import { RewriteFrames } from "@sentry/integrations";
1211
import Sentry from "@sentry/node";
1312
import childProcess from "child_process";

src/lib/messages/embeds/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {
55
APIEmbedFooter,
66
APIMessage,
77
} from "discord-api-types/v9";
8-
// Functions to change between formats accepted by discord's API and internal representations
98

9+
// Functions to change between formats accepted by discord's API and internal representations
1010
import {
1111
InteractionOrRequestFinalStatus,
1212
UnexpectedFailure,

src/v1/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
*/
44
import fastifyRateLimit from "@fastify/rate-limit";
55
import fastifySwagger from "@fastify/swagger";
6-
76
import { FastifyInstance } from "fastify";
87
import Redis from "ioredis";
98

109
import internalPlugin from "./routes/internal";
1110
import reportPlugin from "./routes/reports";
1211
import rootPlugin from "./routes/rootTesting";
1312
import userPlugin from "./routes/user";
14-
import { schemas } from "./types";
13+
import { schemas } from "./types/index";
1514

1615
const versionOnePlugin = async (instance: FastifyInstance) => {
1716
// Schema is shared 'types' for the api to validate from, for both the request and response

0 commit comments

Comments
 (0)