mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore(e2e)): fix failng memory viewer test
This commit is contained in:
parent
284a49f3e2
commit
765322d19c
1 changed files with 2 additions and 0 deletions
|
|
@ -80,5 +80,7 @@ export function generateMemoriesFromTimeline(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
memories.sort((a, b) => new Date(b.memoryAt).getMilliseconds() - new Date(a.memoryAt).getMilliseconds());
|
||||||
|
|
||||||
return memories;
|
return memories;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue