Skip to content

Commit

Permalink
πŸ› fix: μ£Όκ°„ 평가 횟수 λž­ν‚Ή λ‹€λ₯Έ λ³€μˆ˜ μ‚¬μš©
Browse files Browse the repository at this point in the history
  • Loading branch information
yoopark committed Aug 18, 2023
1 parent 4dee3ff commit f160cad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const getIndividualizedMessage = (userExistData: UserExistData) => {
}

if (isHighRank(evalCountRank)) {
return `λŒ€λ‹¨ν•΄μš”! μ£Όκ°„ 평가 횟수 λž­ν‚Ή ${scoreRank}μœ„λ₯Ό μ°¨μ§€ν–ˆμ–΄μš” πŸ…`;
return `λŒ€λ‹¨ν•΄μš”! μ£Όκ°„ 평가 횟수 λž­ν‚Ή ${evalCountRank}μœ„λ₯Ό μ°¨μ§€ν–ˆμ–΄μš” πŸ…`;
}

return getDailyProgrammingQuote();
Expand Down

0 comments on commit f160cad

Please sign in to comment.