fix: some stuff

This commit is contained in:
Max Richter
2025-10-25 13:55:48 +02:00
parent 2f08c7f4c2
commit f1e0654609
5 changed files with 46 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ export async function listResource(
if (json.type == "dir") {
return {
...json,
content: json.content.filter((res) =>
content: json.content.filter((res: MemoriumEntry) =>
res.mime === "application/markdown"
),
};