developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
150 stars 22 forks source link

fix custom sql dir not optional #108

Closed jackharrhy closed 1 year ago

jackharrhy commented 1 year ago

Without this, if no custom_sql_directory is specified, starting the default tipg.main:app will fail with a pydantic error

vincentsarago commented 1 year ago

🤦 thanks for the fix

jackharrhy commented 1 year ago

@vincentsarago this one always catches me out myself! :laughing: , be nice of optional would be default to None automagically, but alas...