Switched the create classes over to the new address implementation
ref #105
This commit is contained in:
@@ -30,7 +30,7 @@ export class CreateRunner extends CreateParticipant {
|
||||
newRunner.phone = this.phone;
|
||||
newRunner.email = this.email;
|
||||
newRunner.group = await this.getGroup();
|
||||
newRunner.address = await this.getAddress();
|
||||
newRunner.address = this.address;
|
||||
|
||||
return newRunner;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user