generated from Seekra/repository-template
refactor(settings)!: pass path to getSettingsRecursively using an array instead of a string
Tests and all files the utility is used in are also updated. Warning: This change is breaking!
This commit is contained in:
@@ -38,5 +38,5 @@ export const getSettingRecursively = function getSettingRecursively (sectionPath
|
||||
return;
|
||||
};
|
||||
};
|
||||
return oneSettingsLevel(sectionPath.split('.'), { content: settings });
|
||||
return oneSettingsLevel(sectionPath, { content: settings });
|
||||
};
|
||||
Reference in New Issue
Block a user