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 1
1
module . exports = [ {
2
- _id : 1 ,
2
+ _id : 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c' ,
3
3
parent : null ,
4
4
children : [ {
5
- _id : 2 ,
6
- parent : 1 ,
5
+ _id : 'ec666030-7f8f-11e3-ae96-0123456789ab' ,
6
+ parent : 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c' ,
7
7
children : [ {
8
- _id : 3 ,
9
- parent : 2
8
+ _id : 'ec66fc70-7f8f-11e3-ae96-000000000000' ,
9
+ parent : 'ec666030-7f8f-11e3-ae96-0123456789ab'
10
10
} ]
11
11
} ]
12
12
} , {
13
- _id : 4 ,
13
+ _id : '32a4fbed-676d-47f9-a321-cb2f267e2918' ,
14
14
parent : null
15
15
} ] ;
Original file line number Diff line number Diff line change 1
1
module . exports = [ {
2
- _id : 1 ,
2
+ _id : 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c' ,
3
3
parent : null
4
4
} , {
5
- _id : 2 ,
6
- parent : 1
5
+ _id : 'ec666030-7f8f-11e3-ae96-0123456789ab' ,
6
+ parent : 'ec654ec1-7f8f-11e3-ae96-b385f4bc450c'
7
7
} , {
8
- _id : 3 ,
9
- parent : 2
8
+ _id : 'ec66fc70-7f8f-11e3-ae96-000000000000' ,
9
+ parent : 'ec666030-7f8f-11e3-ae96-0123456789ab'
10
10
} , {
11
- _id : 4 ,
11
+ _id : '32a4fbed-676d-47f9-a321-cb2f267e2918' ,
12
12
parent : null
13
13
} ] ;
You can’t perform that action at this time.
0 commit comments