mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2026-06-04 01:57:15 -06:00
fix lint
This commit is contained in:
+3
-1
@@ -91,7 +91,9 @@ function IndexPopup() {
|
|||||||
setMessage(null);
|
setMessage(null);
|
||||||
setIsLoading(true);
|
setIsLoading(true);
|
||||||
|
|
||||||
const formattedIdentifier = (identifier.includes(".") ? identifier : `${identifier}.bsky.social`).replace(/^@/, "")
|
const formattedIdentifier = (
|
||||||
|
identifier.includes(".") ? identifier : `${identifier}.bsky.social`
|
||||||
|
).replace(/^@/, "");
|
||||||
try {
|
try {
|
||||||
const res: { hasError: boolean; message: string } =
|
const res: { hasError: boolean; message: string } =
|
||||||
await sendToContentScript({
|
await sendToContentScript({
|
||||||
|
|||||||
Reference in New Issue
Block a user