mirror of
https://github.com/dbgate/dbgate
synced 2024-11-09 21:26:30 +00:00
This commit is contained in:
parent
226512a4ca
commit
b346a458a6
@ -66,7 +66,7 @@ class ParseStream extends stream.Transform {
|
|||||||
...obj,
|
...obj,
|
||||||
...update.fields,
|
...update.fields,
|
||||||
},
|
},
|
||||||
(v, k) => v.$$undefined$$
|
(v, k) => v?.$$undefined$$
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user