mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-17 17:22:23 -06:00
fix lint
This commit is contained in:
parent
c0d62deb8d
commit
bf5113cfee
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user