mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-23 14:46:07 +09:00
a
This commit is contained in:
parent
55f0acf32f
commit
723f1f0b6f
@ -292,6 +292,7 @@ export async function createPerson(
|
||||
if (typeof person.followers === "string") {
|
||||
try {
|
||||
console.log('createPerson 6.6');
|
||||
console.log(person.followers);
|
||||
let data = await fetch(person.followers, {
|
||||
headers: { Accept: "application/json" },
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user