Browse Source

update

master
Gitea 2 months ago
parent
commit
22d19d45f7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      main.ts

+ 1
- 0
main.ts 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;
}



Loading…
Cancel
Save