fix: some stuff
This commit is contained in:
		| @@ -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" | ||||
|           ), | ||||
|         }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user