mirror of
https://github.com/immich-app/immich.git
synced 2026-06-12 11:01:45 -07:00
lint
This commit is contained in:
@@ -81,8 +81,9 @@
|
||||
//TODO: replace this with async derived in svelte 6
|
||||
$effect(() => {
|
||||
const asset = assetViewerManager.asset;
|
||||
if (asset) handlePromiseError(loadCloseAssets(asset));
|
||||
|
||||
if (asset) {
|
||||
handlePromiseError(loadCloseAssets(asset));
|
||||
}
|
||||
});
|
||||
|
||||
const handleRandom = async () => {
|
||||
|
||||
Reference in New Issue
Block a user