Skip to content

Commit

Permalink
get rid of that log bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
cf12 committed Nov 24, 2023
1 parent adfb223 commit bcc4195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ i might add more here idk i'll have to see. maybe i'll start a blog 👀
.then(({ items }) => {
items.slice(0, 5).forEach((e) => {
const { artist: { externalIds: { spotify }, name }, playedMs } = e
console.log(e)
const m = document.createElement('li')
const n = document.createElement('a')
n.href = `https://open.spotify.com/artist/${spotify}`
Expand Down

0 comments on commit bcc4195

Please sign in to comment.