Skip to content

Commit

Permalink
Update src/helpers/utility.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Cvitkovic <[email protected]>
  • Loading branch information
achen2401 and ivan-c authored Dec 21, 2024
1 parent 5f3913e commit 83f3005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ export function writeToLog(message, level, params) {
logParams.tags.push(COSRI_FRONTEND_TAG);
}
if (Object.keys(logParams).indexOf("user") === -1) {
const userId = "amysbubble";
const userId = getUserIdFromAccessToken();
if (userId) {
logParams.user = {
username: userId
Expand Down

0 comments on commit 83f3005

Please sign in to comment.