Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jan 19, 2022
1 parent 39c2089 commit 430b447
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,11 @@ function reduceLayers(path, layers) {
const updatedStyles = [...accumulatedCapabilities.styles];
if (_.has(layer, 'Style[0]')) {
updatedStyles.push(
createOption(path, _.get(layer, 'Style[0].Title[0]', ''), _.get(layer, 'Style[0].Name[0]', ''))
createOption(
path,
_.get(layer, 'Style[0].Title[0]', ''),
_.get(layer, 'Style[0].Name[0]', '')
)
);
}
return {
Expand Down

0 comments on commit 430b447

Please sign in to comment.