diff options
author | Aryan Goharzad <arrygoo@gmail.com> | 2023-01-24 12:03:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 11:03:18 -0600 |
commit | 3a90114f3afc66cfef70c71c2ee343c29e1f3e8d (patch) | |
tree | 6a7dea171afc9d4306e93c6adce22d47f802526f /src/state/lib/api.ts | |
parent | 9027882fb401df2a9df6a89facb2bdb94b8b731b (diff) | |
download | voidsky-3a90114f3afc66cfef70c71c2ee343c29e1f3e8d.tar.zst |
more prettier and lint cleanup (#82)
* more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint
Diffstat (limited to 'src/state/lib/api.ts')
-rw-r--r-- | src/state/lib/api.ts | 8 |
1 files changed, 1 insertions, 7 deletions
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 |