Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
naomi-lgbt committed Jan 16, 2025
1 parent 0039335 commit c057a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { createHmac, timingSafeEqual } from "node:crypto";
import { readFile } from "node:fs/promises";
import { ChannelType, WebhookClient } from "discord.js";
import { ChannelType } from "discord.js";
import fastify from "fastify";
import { errorHandler } from "../utils/errorHandler.js";
import type { ExtendedClient } from "../interfaces/extendedClient.js";
Expand Down

0 comments on commit c057a05

Please sign in to comment.