datopian / data-api

Next generation Data API for data management systems including CKAN.
https://tech.datopian.com/data-api/
MIT License
9 stars 3 forks source link

Fixed appending sheets that have names greater than 31 characters error #33

Closed Gutts-n closed 7 months ago

Gutts-n commented 7 months ago

Changes

Sliced the JS Object's key to 31 characters to not throw the lib error.

image