@@ -23,6 +23,7 @@ export class CreateRunnerOrganisation extends CreateRunnerGroup {
|
||||
newRunnerOrganisation.name = this.name;
|
||||
newRunnerOrganisation.contact = await this.getContact();
|
||||
newRunnerOrganisation.address = this.address;
|
||||
Address.validate(newRunnerOrganisation.address);
|
||||
|
||||
return newRunnerOrganisation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user