Skip to content

Commit

Permalink
[Fix/#233] addArticleViewHis에서 runCatching 후 예외 발생시 트랜잭션 롤백되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hun-ca authored Jul 22, 2024
1 parent 4d5a4bd commit dd1d3ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ class ArticleViewHisAsyncHandler(
"Failed insertion article view history and upsertion article view count " +
"for articleId: $articleId and memberId: $memberId"
}
}
}.getOrThrow()
}
}

0 comments on commit dd1d3ad

Please sign in to comment.