diff --git a/src/routes/guild/info.ts b/src/routes/guild/info.ts index fd485b6..ebc3b09 100644 --- a/src/routes/guild/info.ts +++ b/src/routes/guild/info.ts @@ -1,7 +1,7 @@ import { FastifyReply, FastifyRequest } from "fastify"; -export async function info(request: FastifyRequest, reply: FastifyReply) { - const params = request.params as { id: string }; +export async function info(_request: FastifyRequest, reply: FastifyReply) { + // const params = request.params as { id: string }; // const response = await fetch(`${process.env.DISCORD_API_BASE_URL}/guilds/${params.id}`, { // headers: {