mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 07:14:54 +00:00
fixed delete space
This commit is contained in:
@ -48,5 +48,6 @@ export class TagEntity extends AbstractEntity<TagDto> {
|
||||
@OneToOne(() => DeviceEntity, (device) => device.tag, {
|
||||
nullable: true,
|
||||
})
|
||||
@JoinColumn({ name: 'device_id' })
|
||||
device: DeviceEntity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user