From ac15490e4a8fe3d60fedc39ddba3b9df731a3af9 Mon Sep 17 00:00:00 2001 From: ingalls Date: Tue, 24 Sep 2024 16:50:02 -0600 Subject: [PATCH] Fix lints --- api/lib/api/video.ts | 1 - api/routes/marti-video.ts | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/api/lib/api/video.ts b/api/lib/api/video.ts index ef4dca89e..742b62655 100644 --- a/api/lib/api/video.ts +++ b/api/lib/api/video.ts @@ -1,6 +1,5 @@ import { Static, Type } from '@sinclair/typebox'; import TAKAPI from '../tak-api.js'; -import { TAKList } from './types.js'; export const Feed = Type.Object({ uuid: Type.String(), diff --git a/api/routes/marti-video.ts b/api/routes/marti-video.ts index c4bd900f4..65f34f74d 100644 --- a/api/routes/marti-video.ts +++ b/api/routes/marti-video.ts @@ -1,9 +1,8 @@ -import { Static, Type } from '@sinclair/typebox' +import { Type } from '@sinclair/typebox' import Schema from '@openaddresses/batch-schema'; import Err from '@openaddresses/batch-error'; import Auth from '../lib/auth.js'; import Config from '../lib/config.js'; -import { GenericMartiResponse } from '../lib/types.js'; import { VideoList, VideoListInput,