mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 05:14:15 +00:00
Prettier, remove manual deletion of msgs
This commit is contained in:
@@ -51,7 +51,7 @@ router.get(
|
||||
where: { id: guild_id },
|
||||
select: {
|
||||
channel_ordering: true,
|
||||
}
|
||||
},
|
||||
});
|
||||
if (!guild.widget_enabled) throw new HTTPError("Widget Disabled", 404);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user