Skip to content

Commit

Permalink
[from now] 2024/11/30 20:44:35
Browse files Browse the repository at this point in the history
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
kawamataryo committed Nov 30, 2024
1 parent 632a6f1 commit 97118c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reSearchBskyUsers.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 97118c9

Please sign in to comment.