This commit is contained in:
parent
04cc63ac64
commit
bd79352e80
7 changed files with 89 additions and 7 deletions
|
|
@ -32,6 +32,8 @@ export const pack = (
|
|||
|
||||
const _matching = deepcopy(matching);
|
||||
|
||||
// Rename _id to id
|
||||
_matching.id = _matching._id;
|
||||
delete _matching._id;
|
||||
|
||||
// Populate user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue