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