Switched the update classes over to the new address implementation

ref #105
This commit is contained in:
2021-01-16 16:56:46 +01:00
parent 2cd15d25e9
commit d0df5dd641
3 changed files with 6 additions and 18 deletions

View File

@@ -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;
}