File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import fastifyAuth from "@fastify/auth";
77import fastifyCookie , { FastifyCookieOptions } from "@fastify/cookie" ;
88import fastifyCors from "@fastify/cors" ;
99import { TypeBoxTypeProvider } from "@fastify/type-provider-typebox" ;
10-
1110import { RewriteFrames } from "@sentry/integrations" ;
1211import Sentry from "@sentry/node" ;
1312import childProcess from "child_process" ;
Original file line number Diff line number Diff line change 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
1010import {
1111 InteractionOrRequestFinalStatus ,
1212 UnexpectedFailure ,
Original file line number Diff line number Diff line change 33 */
44import fastifyRateLimit from "@fastify/rate-limit" ;
55import fastifySwagger from "@fastify/swagger" ;
6-
76import { FastifyInstance } from "fastify" ;
87import Redis from "ioredis" ;
98
109import internalPlugin from "./routes/internal" ;
1110import reportPlugin from "./routes/reports" ;
1211import rootPlugin from "./routes/rootTesting" ;
1312import userPlugin from "./routes/user" ;
14- import { schemas } from "./types" ;
13+ import { schemas } from "./types/index " ;
1514
1615const versionOnePlugin = async ( instance : FastifyInstance ) => {
1716 // Schema is shared 'types' for the api to validate from, for both the request and response
You can’t perform that action at this time.
0 commit comments