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
Remove debug log in RockskyClient
tsiry-sandratraina.com
2 months ago
b40c257d
b2ce0b3e
-1
1 changed file
expand all
collapse all
unified
split
apps
cli
src
client.ts
-1
apps/cli/src/client.ts
···
327
title,
328
artist,
329
});
330
-
console.log(q);
331
const response = await fetch(
332
`${ROCKSKY_API_URL}/xrpc/app.rocksky.song.matchSong?${q.toString()}`,
333
);
···
327
title,
328
artist,
329
});
0
330
const response = await fetch(
331
`${ROCKSKY_API_URL}/xrpc/app.rocksky.song.matchSong?${q.toString()}`,
332
);