Skip to content

Commit c2831fc

Browse files
Ji-soo708chock-cho
authored andcommitted
hotfix: add @Transactional to extractExperimentPostKeywords
1 parent e57dd5f commit c2831fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/src/main/kotlin/com/dobby/service/ExperimentPostService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ class ExperimentPostService(
167167
evictExperimentPostCountsCaches()
168168
}
169169

170+
@Transactional
170171
fun extractExperimentPostKeywords(input: ExtractExperimentPostKeywordsUseCase.Input): ExtractExperimentPostKeywordsUseCase.Output {
171172
return extractExperimentPostKeywordsUseCase.execute(input)
172173
}

0 commit comments

Comments
 (0)