From 317443442d1cb48348a8c5be53e05ae2db390cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vesa=20Poikaj=C3=A4rvi?= Date: Tue, 22 Aug 2017 21:43:19 +0300 Subject: [PATCH] [knex-postgis] Travis complains more than npm run lint knex-postgis --- types/knex-postgis/knex-postgis-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/knex-postgis/knex-postgis-tests.ts b/types/knex-postgis/knex-postgis-tests.ts index e6930ce630..4639a55ea6 100644 --- a/types/knex-postgis/knex-postgis-tests.ts +++ b/types/knex-postgis/knex-postgis-tests.ts @@ -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'))