Fix bug
This commit is contained in:
parent
6a30d32e7d
commit
dc82203e9b
|
@ -140,7 +140,7 @@ export class UserRepository extends Repository<User> {
|
|||
}).then(count => count > 0),
|
||||
hasUnreadNotification: Notifications.count({
|
||||
where: {
|
||||
userId: user.id,
|
||||
notifieeId: user.id,
|
||||
isRead: false
|
||||
},
|
||||
take: 1
|
||||
|
|
Loading…
Reference in New Issue