Closed rgwozdz closed 6 years ago
Occasionally seeing this error:
Cannot read property 'type' of null at Object.sql.fn.ST_Intersects (/usr/src/koop/node_modules/winnow/dist/sql.js:37:17)
Looks like it is caused by the null check occurring after initial usage: https://github.com/koopjs/winnow/blob/master/src/sql.js#L28-L29
Fixed in https://github.com/koopjs/winnow/commit/aca64575d48362412f34506a289d5ce88fb6bd27 and included in release 1.13.0
Occasionally seeing this error:
Looks like it is caused by the null check occurring after initial usage: https://github.com/koopjs/winnow/blob/master/src/sql.js#L28-L29