From 1c14fbe314e95d6f2ae408b735781e4ff55d348a Mon Sep 17 00:00:00 2001 From: Hariom Vashista Date: Tue, 10 Dec 2024 12:32:26 +0530 Subject: [PATCH] Update user profile api endpoint to users?profile=true in script.js at line 40 (#1) --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 978a584..bddb0c5 100644 --- a/script.js +++ b/script.js @@ -37,7 +37,7 @@ const callAnalytics = (email) => { const getRDSEmail = async () => { const email = await axios .get( - "https://api.realdevsquad.com/users/self?private=true", + "https://api.realdevsquad.com/users?profile=true", { withCredentials: true }, { headers: {