style: 変数名を変更

This commit is contained in:
usbharu 2024-01-29 19:05:31 +09:00
parent 0a19ef572c
commit 592aba3edc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ interface RelationshipRepository {
suspend fun findByTargetIdAndFollowing(targetId: Long, following: Boolean): List<Relationship>
suspend fun findByTargetIdAndFollowRequestAndIgnoreFollowRequest(
targetIdLong: Long,
targetId: Long,
followRequest: Boolean,
ignoreFollowRequest: Boolean,
page: Page.PageByMaxId