Skip to content

Commit

Permalink
⚡️: fix 코드리뷰 반영(!! to ?) #38
Browse files Browse the repository at this point in the history
  • Loading branch information
sookyungg committed Apr 14, 2024
1 parent ad00e46 commit 9d0ae13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface AnswerRepositoryCustom {

fun findEveryAnswersWithCursorAndPageSize(questionId: Long, lastAnswerId: Long, pageSize: Long): List<EveryAnswerRetrieveResponse>

fun findPublicAnswersCountByQuestionId(questionId: Long): Long
fun findPublicAnswersCountByQuestionId(questionId: Long): Long?

fun findPublicAnswersLikeTopN(questionId: Long, getCount: Long): List<EveryAnswerRetrieveResponse>
}

0 comments on commit 9d0ae13

Please sign in to comment.