From 7f2e7b6c6c3303485da435a3efa9bf5348f245d4 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 3 Jan 2025 22:14:39 +0100 Subject: [PATCH] chore: remove console.log --- src/pages/tech-bsky-fedi.astro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/tech-bsky-fedi.astro b/src/pages/tech-bsky-fedi.astro index 9b21044..1a89af9 100644 --- a/src/pages/tech-bsky-fedi.astro +++ b/src/pages/tech-bsky-fedi.astro @@ -33,8 +33,6 @@ const promises = urls.map((url) => fetch(url)) const responses = await Promise.all(promises) const data = await Promise.all(responses.map((response) => response.json())) -console.log(accountObjects) - const title = 'Tech Bsky ↔ Fedi' const description = 'Celebrating bsky folks who bridged their accounts to the fediverse!' @@ -110,7 +108,8 @@ const description =

If you're on Mastodon, this functionality is found in:
Preferences -> Import and export -> Import + >Preferences -> Import and export -> Import

Full .csv content