Skip to content

Commit

Permalink
Merge pull request #133 from KAKAO-TOUR-API-CONTEST/develop
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
femmefatalehaein authored Oct 1, 2024
2 parents 98b891f + d49490a commit 6742511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static String printCategory(int category) {
return ("음식점");

case 2:
return ("음식점");
return ("호텔");

case 3:
return ("레저");
Expand Down

0 comments on commit 6742511

Please sign in to comment.