fuck
This commit is contained in:
parent
98c4cd1a03
commit
a8a22773aa
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ function generateFollowersMap() {
|
|||
const handle = checkbox.parentElement.parentElement.querySelector(".followers_checkname");
|
||||
codeMap[handle.innerHTML] = checkbox.checked;
|
||||
});
|
||||
return Object.fromEntries(codeMap.entries());
|
||||
return codeMap;
|
||||
}
|
||||
|
||||
function readFollowersMap(m) {
|
||||
|
@ -287,7 +287,7 @@ function generateFollowingMap() {
|
|||
const handle = checkbox.parentElement.parentElement.querySelector(".following_checkname");
|
||||
codeMap.set(handle.innerHTML, checkbox.checked);
|
||||
});
|
||||
return Object.fromEntries(codeMap.entries());
|
||||
return codeMap;
|
||||
}
|
||||
|
||||
function readFollowingMap(m) {
|
||||
|
|
Loading…
Reference in a new issue