Skip to content

Commit

Permalink
Merge pull request #170 from scottbasgaard/scott/bug-fix
Browse files Browse the repository at this point in the history
fix: return promise in correct place
  • Loading branch information
florislangeraert authored Oct 6, 2023
2 parents 881070a + 6828f8c commit a8cb020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/mapbox/styling/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function decorateLayerStyling(layerData) {
return layerData
})
}

return Promise.resolve(layerData)
}

return Promise.resolve(layerData)
}

0 comments on commit a8cb020

Please sign in to comment.