Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sakuhanight committed Nov 24, 2024
1 parent 8dad086 commit 314fbc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class BlockingEntityService {
blockee: hint?.blockee ?? this.userEntityService.pack(blocking.blockeeId, me, {
schema: 'UserDetailedNotMe',
}),
blockType: blocking.blockType,
});
}

Expand Down

0 comments on commit 314fbc3

Please sign in to comment.