Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 27, 2023
1 parent d12f432 commit 720b378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/webserver/banshare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ export const handleBanShare = (client: Client, req: Request, res: Response) => {
};

const handleBan = async (client: Client, req: Request) => {
const channel = client.channels.cache.get(process.env.SIMULATED_BAN_SHARE_LOGS_CHANNEL);
const channel = client.channels.cache.get(
process.env.SIMULATED_BAN_SHARE_LOGS_CHANNEL
);
const server = req.body.server;
const userId = req.body.userid;
const reason = req.body.reason;
Expand Down

0 comments on commit 720b378

Please sign in to comment.