Skip to content

Commit

Permalink
Fix LGTM.com error: Overwritten property
Browse files Browse the repository at this point in the history
This property is overwritten by another property in the same object literal.

While I haven't looked much into the code, the fix looks obvious.
  • Loading branch information
DimitriPapadopoulos committed Sep 14, 2021
1 parent 415dd9b commit bbcaa9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bids-validator/utils/issues/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,8 @@ export default {
severity: 'warning',
reason: '',
},
139: {
key: '140_EMPTY',
141: {
key: '141_EMPTY',
severity: 'warning',
reason: '',
},
Expand Down

0 comments on commit bbcaa9b

Please sign in to comment.