Skip to content

Commit

Permalink
style: 일부 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Hchanghyeon committed Aug 28, 2024
1 parent a75a6ff commit 5dc2931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public MapleStoryMCharacterInfoResponse getMapleStoryMCharacterInfo(
tuple.getT4()
))
.toFuture()
.join(); // Blocking on the combined future to get the final result
.join();
});

try {
Expand Down

0 comments on commit 5dc2931

Please sign in to comment.