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 1deec47 commit a2552dcCopy full SHA for a2552dc
src/formatters/json.js
@@ -14,7 +14,6 @@ const formatJson = (data, parentPath = '') => {
14
condition,
15
};
16
17
- // Используем деструктуризацию и условное добавление свойств
18
if (keyOld !== undefined || newValue !== undefined) {
19
return {
20
...resultObj,
0 commit comments