From f3f47a80a143bdbec479a65ca9d9e97939c05568 Mon Sep 17 00:00:00 2001 From: mahyargdz Date: Tue, 4 Feb 2025 16:15:03 +0330 Subject: [PATCH] update: commnent notification entity --- .../notifications/entities/notification.entity.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/notifications/entities/notification.entity.ts b/src/modules/notifications/entities/notification.entity.ts index a4c3bef..b636da0 100644 --- a/src/modules/notifications/entities/notification.entity.ts +++ b/src/modules/notifications/entities/notification.entity.ts @@ -1,7 +1,7 @@ -import { Column, Entity } from "typeorm"; -import { BaseEntity } from "../../../common/entities/base.entity"; +// import { Column, Entity } from "typeorm"; +// import { BaseEntity } from "../../../common/entities/base.entity"; -@Entity() -export class Notification extends BaseEntity { - @Column({ type: "" }) -} \ No newline at end of file +// @Entity() +// export class Notification extends BaseEntity { +// @Column({ type: "" }) +// }