Commit 750e882b by Adarsh K

nearby

parent 1382e73e
...@@ -74,7 +74,7 @@ export class UpdateService { ...@@ -74,7 +74,7 @@ export class UpdateService {
this.service this.service
.set('userData', JSON.stringify(updateOldData)) .set('userData', JSON.stringify(updateOldData))
.then(res => { .then(res => {
this.subject.sendUserData(JSON.stringify()); this.subject.sendUserData(JSON.stringify(updateOldData));
console.log('success', updateOldData, res); console.log('success', updateOldData, res);
this.service this.service
.showToast('Profile updated!', 'top', 'my-toast', 1000) .showToast('Profile updated!', 'top', 'my-toast', 1000)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment