mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: activity types (#15368)
This commit is contained in:
parent
0ce62d8efd
commit
6ce1533117
15 changed files with 75 additions and 57 deletions
3
server/src/database.ts
Normal file
3
server/src/database.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const columns = {
|
||||
userDto: ['id', 'name', 'email', 'profileImagePath', 'profileChangedAt'],
|
||||
} as const;
|
||||
Loading…
Add table
Add a link
Reference in a new issue