mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 18:49:44 +09:00
chore(deps): update typescript-eslint monorepo to v8 (major) (#11598)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
return 'bg-immich-primary dark:bg-immich-dark-primary';
|
||||
};
|
||||
|
||||
$: $user && onUpdate();
|
||||
$: if ($user) {
|
||||
onUpdate();
|
||||
}
|
||||
|
||||
onMount(async () => {
|
||||
await requestServerInfo();
|
||||
|
||||
Reference in New Issue
Block a user