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

fix incorrect updatedAt format

+1
+1
rockskyapi/rocksky-auth/src/xrpc/app/rocksky/song/createSong.ts
··· 125 125 return Effect.sync(() => ({ 126 126 ...track, 127 127 createdAt: track.createdAt.toISOString(), 128 + updatedAt: track.updatedAt.toISOString(), 128 129 })); 129 130 }; 130 131