This commit is contained in:
garronej 2021-07-15 01:28:31 +02:00
parent 341d985610
commit 671aeadf29

View File

@ -25,6 +25,8 @@ export function deepAssign(
key, key,
{ {
"enumerable": true, "enumerable": true,
"writable": true,
"configurable": true,
"value": dereferencedSource "value": dereferencedSource
} }
); );