fmt files damn son

This commit is contained in:
ayntee
2021-04-12 23:13:37 +04:00
parent fb42d03944
commit 1cbc1b8f82
45 changed files with 443 additions and 281 deletions
+1 -1
View File
@@ -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,
);
}