[offers][chore] return user info of comments

This commit is contained in:
Stuart Long Chay Boon
2022-10-14 02:00:34 +08:00
parent 49bf414ce9
commit fc27afc529

View File

@ -144,6 +144,7 @@ export const offersProfileRouter = createRouter()
include: { include: {
replies: true, replies: true,
replyingTo: true, replyingTo: true,
user: true
}, },
}, },
offers: { offers: {