fix issues in core
This commit is contained in:
@@ -59,9 +59,9 @@ export class GetCurrentUserSocialUseCase {
|
||||
);
|
||||
}
|
||||
|
||||
// TODO looks like this must still be implemented?
|
||||
|
||||
const friends: FriendDTO[] = friendsDomain.map(friend => ({
|
||||
// The social graph context currently only knows about relationships.
|
||||
// Profile fields for the current user are expected to be enriched by identity/profile contexts.
|
||||
const friends: FriendDTO[] = friendsDomain.map((friend) => ({
|
||||
driverId: friend.id,
|
||||
displayName: friend.name.toString(),
|
||||
avatarUrl: '',
|
||||
|
||||
Reference in New Issue
Block a user