your personal website on atproto - mirror blento.app

why dis not working???

+3 -1
+3 -1
src/lib/cards/SpecialCards/UpdatedBlentos/index.ts
··· 41 41 } 42 42 } 43 43 44 - const result = [...(await Promise.all(profiles)), ...existingUsersArray]; 44 + const result = [...(await Promise.all(profiles)), ...existingUsersArray].filter( 45 + (v) => v && v.handle !== 'handle.invalid' 46 + ); 45 47 46 48 if (cache) { 47 49 await cache?.put('updatedBlentos', JSON.stringify(result));