update: commnent notification entity

This commit is contained in:
mahyargdz
2025-02-04 16:15:03 +03:30
parent 626206c389
commit f3f47a80a1
@@ -1,7 +1,7 @@
import { Column, Entity } from "typeorm"; // import { Column, Entity } from "typeorm";
import { BaseEntity } from "../../../common/entities/base.entity"; // import { BaseEntity } from "../../../common/entities/base.entity";
@Entity() // @Entity()
export class Notification extends BaseEntity { // export class Notification extends BaseEntity {
@Column({ type: "" }) // @Column({ type: "" })
} // }