@ -25,15 +25,21 @@ export const offersCommentsRouter = createRouter()
include: {
user: true,
},
orderBy: {
createdAt: 'desc'
}
replyingTo: true,
where: {
id: input.profileId,
});
const discussions: OffersDiscussion = {