chore(web) Add automatic server stats refetching (#1271)

This commit is contained in:
Krisjanis Lejejs
2023-01-09 22:40:54 +02:00
committed by GitHub
parent af2eac52a8
commit 5999af6c78
5 changed files with 71 additions and 42 deletions

View File

@@ -13,5 +13,5 @@ export const load: PageServerLoad = async ({ parent }) => {
const { data: allUsers } = await serverApi.userApi.getAllUsers(false);
return { user, allUsers };
return { allUsers };
};