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

Configure Feed

Select the types of activity you want to include in your feed.

fix: update xata_version assignment in userPayload to use the correct user object

+1 -1
+1 -1
apps/api/src/scripts/avatar.ts
··· 56 56 avatar: u.avatar, 57 57 xata_createdat: u.createdAt.toISOString(), 58 58 xata_updatedat: u.updatedAt.toISOString(), 59 - xata_version: profile.user.xataVersion || 1, 59 + xata_version: u.xataVersion, 60 60 }; 61 61 62 62 console.log(userPayload);