Skip to content

Commit a2552dc

Browse files
committed
update json.js
1 parent 1deec47 commit a2552dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/formatters/json.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const formatJson = (data, parentPath = '') => {
1414
condition,
1515
};
1616

17-
// Используем деструктуризацию и условное добавление свойств
1817
if (keyOld !== undefined || newValue !== undefined) {
1918
return {
2019
...resultObj,

0 commit comments

Comments
 (0)