From 3a90114f3afc66cfef70c71c2ee343c29e1f3e8d Mon Sep 17 00:00:00 2001 From: Aryan Goharzad Date: Tue, 24 Jan 2023 12:03:18 -0500 Subject: more prettier and lint cleanup (#82) * more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint --- src/state/lib/api.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/state/lib/api.ts') diff --git a/src/state/lib/api.ts b/src/state/lib/api.ts index 2738ba209..e498bef1b 100644 --- a/src/state/lib/api.ts +++ b/src/state/lib/api.ts @@ -14,13 +14,7 @@ import {AtUri} from '../../third-party/uri' import {RootStoreModel} from '../models/root-store' import {extractEntities} from '../../lib/strings' import {isNetworkError} from '../../lib/errors' -import {downloadAndResize} from '../../lib/images' -import { - getLikelyType, - LikelyType, - getLinkMeta, - LinkMeta, -} from '../../lib/link-meta' +import {LinkMeta} from '../../lib/link-meta' import {Image} from '../../lib/images' const TIMEOUT = 10e3 // 10s -- cgit 1.4.1