mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor: more database types (#17490)
This commit is contained in:
parent
04b03f2924
commit
8943ec23ba
12 changed files with 123 additions and 148 deletions
|
|
@ -338,7 +338,9 @@ export class AuthService extends BaseService {
|
|||
|
||||
return {
|
||||
user: session.user,
|
||||
session,
|
||||
session: {
|
||||
id: session.id,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue