mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 11:56:00 +00:00
fix
This commit is contained in:
@@ -66,7 +66,7 @@ class ParseStream extends stream.Transform {
|
|||||||
...obj,
|
...obj,
|
||||||
...update.fields,
|
...update.fields,
|
||||||
},
|
},
|
||||||
(v, k) => v.$$undefined$$
|
(v, k) => v?.$$undefined$$
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user