@@ -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());
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user