fix
This commit is contained in:
parent
659e12b4b1
commit
8ba89a4fb3
|
|
@ -683,7 +683,7 @@ export class UserEntityService implements OnModuleInit {
|
||||||
me,
|
me,
|
||||||
{
|
{
|
||||||
...options,
|
...options,
|
||||||
userProfile: profilesMap.get(u.id),
|
userProfile: profilesMap?.get(u.id),
|
||||||
userRelations: userRelations,
|
userRelations: userRelations,
|
||||||
userMemos: userMemos,
|
userMemos: userMemos,
|
||||||
pinNotes: pinNotes,
|
pinNotes: pinNotes,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue