Skip to content

Commit

Permalink
remove repeating line
Browse files Browse the repository at this point in the history
This has to be a "typo" from 9a74e05 calling the same assignment twice. Removing to clean up.
  • Loading branch information
torgst committed Sep 14, 2024
1 parent 2bf5f87 commit dae9cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mergeDeep.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,4 @@ class MergeDeep {
}
}
MergeDeep.NAME_FIELDS = NAME_FIELDS
MergeDeep.NAME_FIELDS = NAME_FIELDS
module.exports = MergeDeep

0 comments on commit dae9cb7

Please sign in to comment.