Skip to content

Commit

Permalink
chore: run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Dec 7, 2024
1 parent a4269cb commit 348d6cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/webhook/discord/interaction/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ import type { Resolved } from '$lib/server/models/discord/resolved';
import type { Snowflake } from '$lib/server/models/discord/snowflake';

import { MANAGE_CHANNELS } from '$lib/server/models/discord/permission';
import { excludesMask } from './util';

import { ChannelType } from '$lib/server/models/discord/channel';
import { excludesMask } from './util';

abstract class SetupError extends Error {
constructor(message?: string) {
Expand Down

0 comments on commit 348d6cc

Please sign in to comment.