This commit is contained in:
kakkokari-gtyih 2024-03-30 15:57:18 +09:00
parent 659e12b4b1
commit 8ba89a4fb3
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ export class UserEntityService implements OnModuleInit {
me,
{
...options,
userProfile: profilesMap.get(u.id),
userProfile: profilesMap?.get(u.id),
userRelations: userRelations,
userMemos: userMemos,
pinNotes: pinNotes,