This commit is contained in:
mattyatea 2024-05-16 01:50:40 +09:00
parent ed14ddad0c
commit 4a0138297e
7 changed files with 29 additions and 11 deletions

View file

@ -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,