Skip to content

Commit

Permalink
ignore ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Feb 5, 2024
1 parent a982270 commit a544528
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export const createWfsLayer = async (wfsLayerConf: WfsLayerConf) => {

return new VectorLayer({
source: wfsSource,
// @ts-ignore
style: writeStyleResult?.output,
});
};
Expand Down

0 comments on commit a544528

Please sign in to comment.