Skip to content

Commit e4b6037

Browse files
committed
๐Ÿ› fix: feed ๊ด€๊ณ„ ๋ˆ„๋ฝ์œผ๋กœ ์ธํ•œ ํ…Œ์ŠคํŠธ ์‹คํŒจ ํ™•์ธ ํ›„ feed ๊ด€๊ณ„ ์ถ”๊ฐ€
1 parent c675c6e commit e4b6037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žserver/src/comment/service/comment.service.tsโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class CommentService {
2828
where: {
2929
id: commentId,
3030
},
31-
relations: ['user'],
31+
relations: ['user', 'feed'],
3232
});
3333

3434
if (!commentObj) {

0 commit comments

Comments
ย (0)