chore: drop extra tags

This commit is contained in:
Cory Dransfeldt 2024-05-13 13:44:28 -07:00
parent b505a19b34
commit ae2ed3f737
No known key found for this signature in database

View file

@ -30,7 +30,7 @@ const formatData = (data) => {
description+= `<li>${artist['name']} @ ${artist['plays']}${artist['genre']}</li>`
if (index !== data.length - 1) content += ', '
})
description += '</ul><br/><br/>'
description += '</ul>'
return { content, description }
}