mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor: migrate memory repository (#15532)
This commit is contained in:
parent
ca3619658b
commit
1f19a65d1a
12 changed files with 47 additions and 55 deletions
|
|
@ -93,8 +93,6 @@ describe('/memories', () => {
|
|||
data: { year: 2021 },
|
||||
createdAt: expect.any(String),
|
||||
updatedAt: expect.any(String),
|
||||
deletedAt: null,
|
||||
seenAt: null,
|
||||
isSaved: false,
|
||||
memoryAt: expect.any(String),
|
||||
ownerId: user.userId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue