Skip to content

Commit

Permalink
fix: type not match on repository definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jombidev committed Apr 18, 2024
1 parent 3ad1802 commit d568b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import com.molohala.infinitycore.comment.application.dto.res.CommentRes

interface QueryCommentRepository {
fun findByCommunityId(communityId: Long):List<CommentRes>?
fun findRecentComment(communityId: Long):CommentRes
fun findRecentComment(communityId: Long):CommentRes?
}

0 comments on commit d568b89

Please sign in to comment.