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