tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
fix incorrect updatedAt format
tsiry-sandratraina.com
9 months ago
055adff9
16eb6187
+1
1 changed file
expand all
collapse all
unified
split
rockskyapi
rocksky-auth
src
xrpc
app
rocksky
song
createSong.ts
+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
128
+
updatedAt: track.updatedAt.toISOString(),
128
129
}));
129
130
};
130
131