Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diff --git a/src/lib/reSearchBskyUsers.ts b/src/lib/reSearchBskyUsers.ts index 138fca7..39a7268 100644 --- a/src/lib/reSearchBskyUsers.ts +++ b/src/lib/reSearchBskyUsers.ts @@ -1,7 +1,7 @@ import type { ProfileView } from "@atproto/api/dist/client/types/app/bsky/actor/defs"; import { isOneSymbol } from "~lib/utils"; -import type { BskyServiceWorkerClient } from "./bskyServiceWorkerClient"; import { isImpersonationUser } from "./bskyHelpers"; +import type { BskyServiceWorkerClient } from "./bskyServiceWorkerClient"; export const reSearchBskyUser = async ({ client,
- Loading branch information