Alpha Release 0.2.0 #109

Merged
niggl merged 60 commits from dev into main 2021-01-20 17:05:18 +00:00
Showing only changes of commit 2eb26e4e38 - Show all commits

View File

@ -68,6 +68,7 @@ export class ResponseGroupContact {
this.phone = contact.phone;
this.email = contact.email;
this.address = contact.address;
this.groups = new Array<ResponseRunnerGroup>();
for (let group of contact.groups) {
this.groups.push(group.toResponse());
}