This commit is contained in:
Gitea
2024-11-06 21:39:21 +01:00
parent a84e9418ba
commit 22d19d45f7

View File

@@ -98,6 +98,7 @@ async function getAPIResponse(apiReq: Request): Promise<Response> {
}
result.push(metadata);
}
result.sort((a, b) => a.titleDe.localeCompare(b.titleDe));
jsonResponse = result;
}