This commit is contained in:
Laura Hausmann 2024-07-28 20:22:46 +02:00
parent 55f0acf32f
commit 723f1f0b6f
No known key found for this signature in database
GPG Key ID: D044E84C5BE01605

View File

@ -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" },
});