mirror of
https://github.com/immich-app/immich.git
synced 2025-11-29 08:30:03 +09:00
Fix web lint issues
This commit is contained in:
@@ -33,7 +33,9 @@
|
||||
|
||||
const assetData = URL.createObjectURL(data);
|
||||
return assetData;
|
||||
} catch (e) {}
|
||||
} catch {
|
||||
// Do nothing
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user