Skip to content

Commit

Permalink
refactor: 동기로 잠시 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewon121 committed Nov 22, 2023
1 parent 77157f5 commit 47f7143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void logWriteLetter(final Letter letter) {
writeLetterLogRepository.save(writeLetterLog);
}

@Async
//@Async
public void logReadLetter(final Player player,
final Letter letter) {
final FindGameInProgressCommand findGameByStatusCommand = new FindGameInProgressCommand(player.getId());
Expand Down

0 comments on commit 47f7143

Please sign in to comment.