File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11module . exports = [ {
2- _id : 1 ,
2+ _id : 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c' ,
33 parent : null ,
44 children : [ {
5- _id : 2 ,
6- parent : 1 ,
5+ _id : 'ec666030-7f8f-11e3-ae96-0123456789ab' ,
6+ parent : 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c' ,
77 children : [ {
8- _id : 3 ,
9- parent : 2
8+ _id : 'ec66fc70-7f8f-11e3-ae96-000000000000' ,
9+ parent : 'ec666030-7f8f-11e3-ae96-0123456789ab'
1010 } ]
1111 } ]
1212} , {
13- _id : 4 ,
13+ _id : '32a4fbed-676d-47f9-a321-cb2f267e2918' ,
1414 parent : null
1515} ] ;
Original file line number Diff line number Diff line change 11module . exports = [ {
2- _id : 1 ,
2+ _id : 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c' ,
33 parent : null
44} , {
5- _id : 2 ,
6- parent : 1
5+ _id : 'ec666030-7f8f-11e3-ae96-0123456789ab' ,
6+ parent : 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c'
77} , {
8- _id : 3 ,
9- parent : 2
8+ _id : 'ec66fc70-7f8f-11e3-ae96-000000000000' ,
9+ parent : 'ec666030-7f8f-11e3-ae96-0123456789ab'
1010} , {
11- _id : 4 ,
11+ _id : '32a4fbed-676d-47f9-a321-cb2f267e2918' ,
1212 parent : null
1313} ] ;
You can’t perform that action at this time.
0 commit comments