Skip to content

Commit

Permalink
add still more temporary debug logging, see #412
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jun 13, 2023
1 parent 7fae499 commit 78b6d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/js/getWebsiteUserData.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const getWebsiteUserData = async () => {
console.log( `--> userId = ${userId}` );

const websiteUserData = websiteUserDataRes.data;
console.log( `--> websiteUserData = ${JSON.stringify( websiteUserData, null, 2 )}` );
websiteUserData.userId = userId;
return websiteUserData;
};
Expand Down

0 comments on commit 78b6d92

Please sign in to comment.