Skip to content

Commit

Permalink
fix: 빌드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Oct 31, 2023
1 parent 54f6ed4 commit 0a3e3f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CommentService(
Comments(
comment = request.comment,
writer = user,
post = questionSets.postId
post = questionSets.post
)
)
}
Expand Down

0 comments on commit 0a3e3f7

Please sign in to comment.