remove unused code

This commit is contained in:
kawamataryo
2024-01-26 14:58:18 +09:00
parent 4ee5e34bbb
commit 66c61fb95e
2 changed files with 2 additions and 218 deletions

View File

@@ -1,14 +1,8 @@
import type { ProfileView } from "@atproto/api/dist/client/types/app/bsky/actor/defs";
import { isSimilarUser } from "~lib/bskyHelpers";
import { getAccountNameAndDisplayName, getUserCells } from "~lib/domHelpers";
import { debugLog, isOneSymbol } from "~lib/utils";
import type { BskyClient } from "./bskyClient";
import { getAccountNameAndDisplayName } from "~lib/domHelpers";
import { isOneSymbol } from "~lib/utils";
import type { BskyServiceWorkerClient } from "./bskyServiceWorkerClient";
const notFoundUserCache = new Set<string>();
const bskyUserUrlMap = new Map<string, string>();
export const searchBskyUser = async ({
client,
userData,