@@ -15,7 +15,7 @@ export class RunnerTeam extends RunnerGroup {
|
||||
* Optional
|
||||
*/
|
||||
@IsNotEmpty()
|
||||
@ManyToOne(() => RunnerOrganisation, org => org.teams, { nullable: true })
|
||||
@ManyToOne(() => RunnerOrganisation, org => org.teams, { nullable: false })
|
||||
parentGroup?: RunnerOrganisation;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user