Fixes and Upgrade to Astro 5
Some checks failed
SteamWarCI Build failed

This commit is contained in:
2025-01-20 23:04:34 +01:00
parent 628599f019
commit 36931aabb1
11 changed files with 618 additions and 603 deletions

View File

@@ -31,7 +31,7 @@
let request = getRequest();
function getRequest() {
return $statsRepo.getUserStats(user.id)
return $statsRepo.getUserStats(user.uuid)
}
</script>
@@ -46,5 +46,4 @@
{#if user.perms.includes("CHECK")}
<p>{t("dashboard.stats.checked", {checked: data.acceptedSchematics})}</p>
{/if}
{:catch error}
{/await}