Skip to content

Commit

Permalink
fix(hub manage): dont fetch messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Sep 10, 2023
1 parent 79cc583 commit 284b98a
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 @@ -435,7 +435,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 284b98a

Please sign in to comment.