diff --git a/src/main/kotlin/dev/usbharu/hideout/core/infrastructure/exposedquery/ReactionQueryServiceImpl.kt b/src/main/kotlin/dev/usbharu/hideout/core/infrastructure/exposedquery/ReactionQueryServiceImpl.kt index 86f695cb..8e51e2e6 100644 --- a/src/main/kotlin/dev/usbharu/hideout/core/infrastructure/exposedquery/ReactionQueryServiceImpl.kt +++ b/src/main/kotlin/dev/usbharu/hideout/core/infrastructure/exposedquery/ReactionQueryServiceImpl.kt @@ -47,5 +47,4 @@ class ReactionQueryServiceImpl : ReactionQueryService { return Reactions.select { Reactions.postId eq postId and (Reactions.actorId eq actorId) } .map { it.toReaction() } } - }