mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-08-26 06:49:39 +00:00
fix: correct property name from bookableConfigs to bookableConfig in BookableSpaceEntity and SpaceEntity
This commit is contained in:
@ -19,7 +19,7 @@ export class BookableSpaceEntity extends AbstractEntity {
|
||||
})
|
||||
public uuid: string;
|
||||
|
||||
@OneToOne(() => SpaceEntity, (space) => space.bookableConfigs)
|
||||
@OneToOne(() => SpaceEntity, (space) => space.bookableConfig)
|
||||
@JoinColumn({ name: 'space_uuid' })
|
||||
space: SpaceEntity;
|
||||
|
||||
|
Reference in New Issue
Block a user