mirror of https://github.com/usbharu/Hideout.git
Update src/main/kotlin/dev/usbharu/hideout/core/domain/model/relationship/RelationshipRepositoryImpl.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9afa0cb194
commit
a39ab545df
|
@ -50,7 +50,6 @@ class RelationshipRepositoryImpl : RelationshipRepository {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
override suspend fun findByUserIdAndTargetUserId(actorId: Long, targetActorId: Long): Relationship? {
|
override suspend fun findByUserIdAndTargetUserId(actorId: Long, targetActorId: Long): Relationship? {
|
||||||
return Relationships.select {
|
return Relationships.select {
|
||||||
(Relationships.actorId eq actorId)
|
(Relationships.actorId eq actorId)
|
||||||
|
|
Loading…
Reference in New Issue