Skip to content

Commit

Permalink
Apply eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehevi committed Jul 26, 2023
1 parent 25e708f commit 45dd109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/rct-data/mapping/energyMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const energyMapping = {

Check warning on line 15 in app/config/rct-data/mapping/energyMapping.js

View check run for this annotation

Codecov / codecov/patch

app/config/rct-data/mapping/energyMapping.js#L15

Added line #L15 was not covered by tests
['6800']: 6800,
['7000']: 7000,
['5360/2']: 5360/2,
['5360/2']: 5360 / 2,
['450']: 450,
};

Expand Down

0 comments on commit 45dd109

Please sign in to comment.