Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vann-Dev committed Sep 22, 2024
1 parent d0ef48c commit 7dabcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/guild/info.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down

0 comments on commit 7dabcb6

Please sign in to comment.