We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7094b commit 9fffc2bCopy full SHA for 9fffc2b
scripts/generate-clients/copy-to-clients.js
@@ -44,7 +44,7 @@ const getOverwritablePredicate = packageName => pathName => {
44
*/
45
const mergeManifest = (fromContent, toContent) => {
46
const merged = {};
47
- const fromNames = Object.keys(fromConfig);
+ const fromNames = Object.keys(fromContent);
48
for (const name of fromNames) {
49
if (typeof toContent[name] === "object") {
50
merged[name] = mergeManifest(fromContent[name], toContent[name]);
0 commit comments