Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

refactor: update subscription check in getLensAccount to use isBeta attribute for account validation

yoginth.com 2cb1c9e1 eb82d756

verified
+1 -1
+1 -1
apps/api/src/utils/getLensAccount.ts
··· 47 47 variables: { request: { username: { localName: handle } } } 48 48 }); 49 49 50 - if (!data.account.hasSubscribed) { 50 + if (!data.account.isBeta) { 51 51 return defaultAccount; 52 52 } 53 53