260326:1547 Fixing Refactor ADR-019 Naming convention uuid #04
This commit is contained in:
@@ -155,7 +155,7 @@ export class NotificationService {
|
||||
|
||||
async markAsReadByUuid(uuid: string, userId: number): Promise<void> {
|
||||
const notification = await this.notificationRepo.findOne({
|
||||
where: { uuid, userId },
|
||||
where: { publicId: uuid, userId },
|
||||
});
|
||||
|
||||
if (!notification) {
|
||||
|
||||
Reference in New Issue
Block a user