fixes trail filter categories

This commit is contained in:
Christian Beutel
2024-09-14 12:28:15 +02:00
parent 4263c32ca7
commit ca34e6db95
6 changed files with 8 additions and 7 deletions

View File

@@ -18,5 +18,5 @@ export async function categories_index(f: (url: RequestInfo | URL, config?: Requ
categories.set(response);
return response;
return response as Category[];
}