A decentralized music tracking and discovery platform built on AT Protocol 🎵

[api] fix getProfile xrpc

+1 -1
+1 -1
apps/api/src/xrpc/app/rocksky/actor/getProfile.ts
··· 196 196 ) 197 197 .where(eq(tables.users.did, did)) 198 198 .execute() 199 - .then(([result]) => result.spotify_accounts), 199 + .then(([result]) => result?.spotify_accounts), 200 200 ctx.db 201 201 .select() 202 202 .from(tables.spotifyTokens)