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: build errors #80

Closed omikulcik closed 1 year ago

omikulcik commented 1 year ago

Adds ts-expect-error to places where db.connection is used because strapi typing is not perfect. Closes #79