apply lint

This commit is contained in:
kawamataryo 2024-01-24 20:02:18 +09:00
parent c2e1beb0c3
commit 709656c3a4

View File

@ -1,9 +1,6 @@
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 { getAccountNameAndDisplayName, getUserCells } from "~lib/domHelpers";
import { debugLog, isOneSymbol } from "~lib/utils";
import type { BskyClient } from "./bskyClient";
import type { BskyServiceWorkerClient } from "./bskyServiceWorkerClient";