Skip to content

Commit

Permalink
rp empty string with empty obj
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-martinwilson committed Oct 30, 2024
1 parent 208d045 commit 9211860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/l-tile-layer-wms.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ class LTileLayerWMS extends LLayer {
"Error whilst parsing JSON for options attribute in l-tile-layer-wms",
e,
);
return "";
return {};
}
} else {
return "";
return {};
}
};

Expand Down

0 comments on commit 9211860

Please sign in to comment.