mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
chore(web) Add automatic server stats refetching (#1271)
This commit is contained in:
@@ -13,5 +13,5 @@ export const load: PageServerLoad = async ({ parent }) => {
|
||||
|
||||
const { data: allUsers } = await serverApi.userApi.getAllUsers(false);
|
||||
|
||||
return { user, allUsers };
|
||||
return { allUsers };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user