Skip to content

Commit

Permalink
Consistent player on IGN on match page Closes #1869
Browse files Browse the repository at this point in the history
  • Loading branch information
Sendouc committed Sep 1, 2024
1 parent 3170907 commit 8bbc551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const stm = sql.prepare(/* sql */ `
'tournamentTeamId',
"TournamentTeamMember"."tournamentTeamId",
'inGameName',
"User"."inGameName",
COALESCE("TournamentTeamMember"."inGameName", "User"."inGameName"),
'discordId',
"User"."discordId",
'customUrl',
Expand Down

0 comments on commit 8bbc551

Please sign in to comment.