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

Default displayName to empty string

+1 -1
+1 -1
apps/api/src/xrpc/app/rocksky/actor/getProfile.ts
··· 265 265 did: profile.did, 266 266 handle, 267 267 avatar: `https://cdn.bsky.app/img/avatar/plain/${profile.did}/${_.get(profile, "profileRecord.value.avatar.ref", "").toString()}@jpeg`, 268 - displayName: _.get(profile, "profileRecord.value.displayName"), 268 + displayName: _.get(profile, "profileRecord.value.displayName", ""), 269 269 }) 270 270 .execute(); 271 271 const users = await profile.ctx.db