Skip to content

Commit

Permalink
Update user profile api endpoint to users?profile=true in script.js a…
Browse files Browse the repository at this point in the history
…t line 40 (#1)
  • Loading branch information
Hariom01010 authored Dec 10, 2024
1 parent 0413c91 commit 1c14fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 1c14fbe

Please sign in to comment.