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: "" }) +// }