Skip to content

Commit

Permalink
fix(hubs): Possible fix for unresponsive buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Jun 27, 2023
1 parent 991ac17 commit 1332387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Scripts/hub/manage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export async function execute(interaction: ChatInputCommandInteraction) {
hubInDb = await db.hubs.findFirst({
where: { id: hubInDb?.id },
include: {
messages: true,
connections: true,
blacklistedServers: true,
blacklistedUsers: true,
Expand Down

0 comments on commit 1332387

Please sign in to comment.