From 0a3e3f7ff300c0aecc0b1e7a014e77a1f16b7355 Mon Sep 17 00:00:00 2001 From: rlaisqls Date: Wed, 1 Nov 2023 07:06:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B9=8C=EB=93=9C=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/hs/dsm/inq/domain/question/service/CommentService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/kr/hs/dsm/inq/domain/question/service/CommentService.kt b/src/main/kotlin/kr/hs/dsm/inq/domain/question/service/CommentService.kt index 6df9cb4..c892bc8 100644 --- a/src/main/kotlin/kr/hs/dsm/inq/domain/question/service/CommentService.kt +++ b/src/main/kotlin/kr/hs/dsm/inq/domain/question/service/CommentService.kt @@ -26,7 +26,7 @@ class CommentService( Comments( comment = request.comment, writer = user, - post = questionSets.postId + post = questionSets.post ) ) }