wall context
This commit is contained in:
parent
d65c737a6e
commit
f0782b0472
8 changed files with 33 additions and 11 deletions
|
@ -29,6 +29,7 @@ router.get('/:id', async (req, res, next) => {
|
|||
continue;
|
||||
}
|
||||
reply.comment = dat[0];
|
||||
reply.comment.idOriginal = reply.comment.id;
|
||||
reply.comment.id = reply.childId;
|
||||
reply.comment.type = reply.childType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue