clean data
This commit is contained in:
@@ -40,7 +40,7 @@ export class ContactsDataService {
|
||||
member_id: number,
|
||||
uid: string,
|
||||
sessionid: string,
|
||||
raw_contacts : string
|
||||
raw_contacts : any
|
||||
};
|
||||
pPesult:any;
|
||||
async cacheContactsForAccount(contactResult){
|
||||
@@ -48,7 +48,7 @@ export class ContactsDataService {
|
||||
member_id: this.sessionDataProviderService.member_id,
|
||||
uid: this.sessionDataProviderService.member_uid,
|
||||
sessionid: this.sessionDataProviderService.session ,
|
||||
raw_contacts: contactResult.toString()}
|
||||
raw_contacts: contactResult }
|
||||
|
||||
this.wrenchService.processUsersContacts(this.usrData).subscribe(
|
||||
pPesult => {
|
||||
|
||||
Reference in New Issue
Block a user