From 6cb3ec3c683e4087d65f0f54fdbe6463dbf716e4 Mon Sep 17 00:00:00 2001 From: ingalls Date: Wed, 4 Sep 2024 11:02:16 -0600 Subject: [PATCH] Update lints --- task.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task.ts b/task.ts index d15046b..7c0a61b 100644 --- a/task.ts +++ b/task.ts @@ -1,5 +1,5 @@ import moment from 'moment'; -import { Static, Type, TSchema } from '@sinclair/typebox'; +import { Type, TSchema } from '@sinclair/typebox'; import { FeatureCollection, Feature } from 'geojson'; import ETL, { Event, SchemaType, handler as internal, local, env } from '@tak-ps/etl'; import { fetch } from '@tak-ps/etl';