diff --git a/libs/common/src/modules/device/entities/device.entity.ts b/libs/common/src/modules/device/entities/device.entity.ts index 03a5d10..f782b4a 100644 --- a/libs/common/src/modules/device/entities/device.entity.ts +++ b/libs/common/src/modules/device/entities/device.entity.ts @@ -48,7 +48,6 @@ export class DeviceEntity extends AbstractEntity { @ManyToOne(() => ProductEntity, (product) => product.devicesProductEntity, { nullable: false, - lazy: true, }) productDevice: ProductEntity;