Skip to content

Commit

Permalink
fix(game): remediate error on set request after username change
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland committed Jan 30, 2025
1 parent 88e9db7 commit abe033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/game/set-requests.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function submitSetRequest(user, gameID) {
type: '<?= UserGameListType::AchievementSetRequest ?>'
})
.done(function () {
getSetRequestInformation('<?= $user->User ?>', <?= $gameId ?>);
getSetRequestInformation('<?= $user->display_name ?>', <?= $gameId ?>);
});
}
Expand Down

0 comments on commit abe033f

Please sign in to comment.