From a39ab545df99eb4cbc404bf38276ff28cdb15cbd Mon Sep 17 00:00:00 2001 From: usbharu Date: Wed, 13 Dec 2023 17:31:53 +0900 Subject: [PATCH] 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> --- .../core/domain/model/relationship/RelationshipRepositoryImpl.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/dev/usbharu/hideout/core/domain/model/relationship/RelationshipRepositoryImpl.kt b/src/main/kotlin/dev/usbharu/hideout/core/domain/model/relationship/RelationshipRepositoryImpl.kt index 844b886f..57610d1d 100644 --- a/src/main/kotlin/dev/usbharu/hideout/core/domain/model/relationship/RelationshipRepositoryImpl.kt +++ b/src/main/kotlin/dev/usbharu/hideout/core/domain/model/relationship/RelationshipRepositoryImpl.kt @@ -50,7 +50,6 @@ class RelationshipRepositoryImpl : RelationshipRepository { } } - override suspend fun findByUserIdAndTargetUserId(actorId: Long, targetActorId: Long): Relationship? { return Relationships.select { (Relationships.actorId eq actorId)