mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-23 20:12:22 -06:00
cleanup some stuff, add new lines
This commit is contained in:
parent
4807e07d95
commit
409cd355b5
@ -131,8 +131,6 @@ export const useBskyUserManager = () => {
|
|||||||
|
|
||||||
if (actionMode === ACTION_MODE.IMPORT_LIST) {
|
if (actionMode === ACTION_MODE.IMPORT_LIST) {
|
||||||
const userDids = filteredUsers.map(user => user.did);
|
const userDids = filteredUsers.map(user => user.did);
|
||||||
|
|
||||||
try {
|
|
||||||
await chrome.runtime.sendMessage({
|
await chrome.runtime.sendMessage({
|
||||||
name: "createListAndAddUsers",
|
name: "createListAndAddUsers",
|
||||||
body: {
|
body: {
|
||||||
@ -141,10 +139,6 @@ export const useBskyUserManager = () => {
|
|||||||
userDids,
|
userDids,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
console.log("List created and users added successfully");
|
|
||||||
} catch (error) {
|
|
||||||
console.error("Error creating list and adding users:", error);
|
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user