mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-27 06:18:06 +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") {
|
if (typeof person.followers === "string") {
|
||||||
try {
|
try {
|
||||||
console.log('createPerson 6.6');
|
console.log('createPerson 6.6');
|
||||||
|
console.log(person.followers);
|
||||||
let data = await fetch(person.followers, {
|
let data = await fetch(person.followers, {
|
||||||
headers: { Accept: "application/json" },
|
headers: { Accept: "application/json" },
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user