mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[knex-postgis] Travis complains more than npm run lint knex-postgis
This commit is contained in:
@@ -16,7 +16,7 @@ const point: GeoJSON.Point = {
|
||||
}
|
||||
};
|
||||
|
||||
const wktPoint: string = 'POINT(23.773206 61.506005)';
|
||||
const wktPoint = 'POINT(23.773206 61.506005)';
|
||||
|
||||
knex('geometries')
|
||||
.select(st.area('wkb_geometry').as('area'))
|
||||
|
||||
Reference in New Issue
Block a user