notum-cz / strapi-plugin-location

This plugin allows users to create location inputs and store latitude and longitude values as geometry types in a PostGIS database. It also provides functionality to filter items based on their location.
MIT License
26 stars 13 forks source link

fix: unquote variable name when replace is done #69

Closed tiaxter closed 1 year ago

tiaxter commented 1 year ago

Unquote the variable in code and then get the second value because the prefix has leading '/' and the split not work correctly

omikulcik commented 1 year ago

Thank you, that was a stupid mistake :D :)