mirror of https://github.com/usbharu/Hideout.git
Update src/main/kotlin/dev/usbharu/hideout/core/infrastructure/exposedquery/ReactionQueryServiceImpl.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
3b4a6a04e0
commit
0c647cc96d
|
@ -47,5 +47,4 @@ class ReactionQueryServiceImpl : ReactionQueryService {
|
|||
return Reactions.select { Reactions.postId eq postId and (Reactions.actorId eq actorId) }
|
||||
.map { it.toReaction() }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue