queen-raae / prune-your-follows

15 stars 1 forks source link

Source avatars as part of build #12

Closed raae closed 2 years ago

raae commented 2 years ago

Create an avatar node for each public profile row returned by:

 const result = await supabase.from("public_profiles").select().limit(10);
raae commented 2 years ago

Similar to what is done here: https://queen.raae.codes/emails/2022-05-25-await-node-creation/