From a9ab25e9c2d17037ef148a232cad8e3b65f175f8 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 8 Aug 2024 19:57:01 +0530 Subject: [PATCH] fix: not able to update company --- apps/OpenSign/src/pages/UserProfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/OpenSign/src/pages/UserProfile.js b/apps/OpenSign/src/pages/UserProfile.js index 1392a7435..1c383d840 100644 --- a/apps/OpenSign/src/pages/UserProfile.js +++ b/apps/OpenSign/src/pages/UserProfile.js @@ -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);