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