Skip to content

Commit

Permalink
✨ remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Jan 26, 2024
1 parent 4ee5e34 commit 8ea3cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 217 deletions.
9 changes: 2 additions & 7 deletions src/lib/searchBskyUsers.ts
Original file line number Diff line number Diff line change
@@ -1,13 +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,
Expand Down
210 changes: 0 additions & 210 deletions src/style.content.legacy.css

This file was deleted.

0 comments on commit 8ea3cc1

Please sign in to comment.