summaryrefslogtreecommitdiff
path: root/src/lib/auth/api/switchAccountApi.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/auth/api/switchAccountApi.js')
-rw-r--r--src/lib/auth/api/switchAccountApi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/api/switchAccountApi.js b/src/lib/auth/api/switchAccountApi.js
index 9b772d20..79ca2553 100644
--- a/src/lib/auth/api/switchAccountApi.js
+++ b/src/lib/auth/api/switchAccountApi.js
@@ -5,7 +5,7 @@ const switchAccountApi = async ({ data }) => {
const auth = getAuth();
const switchAccount = await odooApi(
'PUT',
- `/api/v1/user/${auth.partner_id}/switch`,
+ `/api/v1/user/${auth.partnerId}/switch`,
data
);
return switchAccount;