A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz

[web] fix incorrect createdAt date

+1 -1
+1 -1
apps/web/src/pages/profile/Profile.tsx
··· 67 67 displayName: profile.data.displayName, 68 68 handle: profile.data.handle, 69 69 spotifyConnected: profile.data.spotifyConnected, 70 - createdAt: profile.data.createdat, 70 + createdAt: profile.data.createdAt, 71 71 did, 72 72 }, 73 73 }));