mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Add sorting
This commit is contained in:
@@ -40,5 +40,6 @@ import useClient from '../../composables/useClient';
|
||||
|
||||
const { client } = useClient();
|
||||
|
||||
const summaries = await client.championSummaries.listAsync({locale: "default", version: "latest"});
|
||||
const summaries = (await client.championSummaries.listAsync({locale: "default", version: "latest"}))
|
||||
.filter((x) => x.id != -1);
|
||||
</script>
|
||||
Reference in New Issue
Block a user