fix: first things first
This commit is contained in:
parent
abf457d28c
commit
a30da1b99a
|
@ -30,7 +30,7 @@ const Expression = ({
|
|||
];
|
||||
if (j < ops.length - 1) {
|
||||
for (let k = j + 1; k < ops.length; ++k) {
|
||||
patches.push({op: 'remove', path: join(path, 'ops', k.toString())});
|
||||
patches.unshift({op: 'remove', path: join(path, 'ops', k.toString())});
|
||||
}
|
||||
}
|
||||
else if (j === ops.length) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user