mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fmt files damn son
This commit is contained in:
@@ -4,6 +4,6 @@ import { cacheHandlers } from "../../cache.ts";
|
||||
export function categoryChildren(id: string) {
|
||||
return cacheHandlers.filter(
|
||||
"channels",
|
||||
(channel) => channel.parentId === id
|
||||
(channel) => channel.parentId === id,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user