update
This commit is contained in:
parent
ed14ddad0c
commit
4a0138297e
7 changed files with 29 additions and 11 deletions
|
|
@ -471,9 +471,8 @@ export class UserEntityService implements OnModuleInit {
|
|||
createdAt: this.idService.parse(announcement.id).date.toISOString(),
|
||||
...announcement,
|
||||
})) : null;
|
||||
|
||||
console.log(user.getPoints);
|
||||
const notificationsInfo = isMe && isDetailed ? await this.getNotificationsInfo(user.id) : null;
|
||||
|
||||
const packed = {
|
||||
id: user.id,
|
||||
name: user.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue