Remove log
This commit is contained in:
parent
315a4ba102
commit
7869d05e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export const GET: RequestHandler = async ({ url }) => {
|
||||||
// const albums = await getWeeklyAlbumChart(client, USERNAME)
|
// const albums = await getWeeklyAlbumChart(client, USERNAME)
|
||||||
|
|
||||||
const albums = await getRecentAlbums(client, USERNAME, ALBUM_LIMIT)
|
const albums = await getRecentAlbums(client, USERNAME, ALBUM_LIMIT)
|
||||||
console.log(albums)
|
// console.log(albums)
|
||||||
const enrichedAlbums = await Promise.all(
|
const enrichedAlbums = await Promise.all(
|
||||||
albums.slice(0, ALBUM_LIMIT).map(async (album) => {
|
albums.slice(0, ALBUM_LIMIT).map(async (album) => {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue