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
add logs
tsiry-sandratraina.com
9 months ago
03b1ced1
14b1430d
+2
1 changed file
expand all
collapse all
unified
split
rockskyapi
rocksky-auth
src
xrpc
app
rocksky
spotify
getCurrentlyPlaying.ts
+2
rockskyapi/rocksky-auth/src/xrpc/app/rocksky/spotify/getCurrentlyPlaying.ts
···
139
139
};
140
140
141
141
const withUriAndLikes = ([track, ctx, user]: [any, Context, SelectUser]) => {
142
142
+
console.log(">> track");
143
143
+
console.log(track);
142
144
return Effect.tryPromise({
143
145
try: async () => {
144
146
const sha256 = createHash("sha256")