parent
3b06d1a6ef
commit
2eb26e4e38
@ -68,6 +68,7 @@ export class ResponseGroupContact {
|
|||||||
this.phone = contact.phone;
|
this.phone = contact.phone;
|
||||||
this.email = contact.email;
|
this.email = contact.email;
|
||||||
this.address = contact.address;
|
this.address = contact.address;
|
||||||
|
this.groups = new Array<ResponseRunnerGroup>();
|
||||||
for (let group of contact.groups) {
|
for (let group of contact.groups) {
|
||||||
this.groups.push(group.toResponse());
|
this.groups.push(group.toResponse());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user