1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-16 03:40:33 +02:00

chore(deps): update web (#2806)

* chore(deps): update web

* fixed svelte-check being a nuisance

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
renovate[bot]
2023-06-16 12:45:05 -05:00
committed by GitHub
parent 5387048dc3
commit 5d7d615433
7 changed files with 2928 additions and 2610 deletions

View File

@ -74,7 +74,7 @@
onMount(async () => {
if (!$memoryStore) {
const { data } = await api.assetApi.getMemoryLane({
timestamp: DateTime.local().startOf('day').toISO()
timestamp: DateTime.local().startOf('day').toISO() || ''
});
$memoryStore = data;
}