Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Sep 24, 2024
1 parent eff1f5e commit ac15490
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion api/lib/api/video.ts
Original file line number Diff line number Diff line change
@@ -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(),
Expand Down
3 changes: 1 addition & 2 deletions api/routes/marti-video.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit ac15490

Please sign in to comment.