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 getArtistAlbums xrpc method
tsiry-sandratraina.com
9 months ago
6937f41b
818e8c77
+1
-3
1 changed file
expand all
collapse all
unified
split
rockskyapi
rocksky-auth
src
xrpc
app
rocksky
artist
getArtistAlbums.ts
+1
-3
rockskyapi/rocksky-auth/src/xrpc/app/rocksky/artist/getArtistAlbums.ts
···
39
39
return Effect.tryPromise({
40
40
try: () =>
41
41
ctx.analytics.post("library.getArtistAlbums", {
42
42
-
pagination: {
43
43
-
artist_id: params.uri,
44
44
-
},
42
42
+
artist_id: params.uri,
45
43
}),
46
44
catch: (error) => new Error(`Failed to retrieve artist's albums: ${error}`),
47
45
});