+1
-1
apps/api/src/xrpc/blue.recipes.actor.getProfile.ts
+1
-1
apps/api/src/xrpc/blue.recipes.actor.getProfile.ts
···
35
35
pronouns: profile.pronouns ?? undefined,
36
36
website: profile.website ?? undefined,
37
37
avatar: profile.avatarRef ? buildCdnUrl('avatar', profile.did, profile.avatarRef) : undefined,
38
-
banner: profile.avatarRef ? buildCdnUrl('avatar', profile.did, profile.avatarRef) : undefined,
38
+
banner: profile.bannerRef ? buildCdnUrl('feed_thumbnail', profile.did, profile.bannerRef) : undefined,
39
39
recipesCount: profile.recipesCount,
40
40
createdAt: profile.createdAt.toISOString(),
41
41
});