Skip to content

Commit

Permalink
Merge pull request #57 from 2skydev/fix/in-game-unranked-ignore
Browse files Browse the repository at this point in the history
인게임 언랭 티어 아이콘이 안보이는 현상 수정
  • Loading branch information
2skydev authored Jul 8, 2023
2 parents ec5cb5e + f554b69 commit 521ab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/modules/ps/utils/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const convertPSInGameDataToTeamPlayers = (
const result: PSInGamePlayer = {
summonerName,
summonerPsId,
tier: tier ?? 'UNRANKED',
tier: tier || 'UNRANKED',
division,
lp: lp ?? 0,
laneId,
Expand Down

0 comments on commit 521ab5e

Please sign in to comment.