Merge pull request #1026 from OpenSignLabs/prafull-opensignlabs-patch-26

fix: not able to update company
This commit is contained in:
prafull-opensignlabs
2024-08-08 20:01:06 +05:30
committed by GitHub
+1 -3
View File
@@ -190,9 +190,7 @@ function UserProfile() {
}
}
);
const res = await Parse.Cloud.run("getUserDetails", {
email: extData[0].Email
});
const res = await Parse.Cloud.run("getUserDetails");
const json = JSON.parse(JSON.stringify([res]));
const extRes = JSON.stringify(json);