chore: changes

This commit is contained in:
Sojan
2025-06-20 00:09:05 -07:00
parent 759fe0d3f6
commit e58f60c27b
@@ -96,7 +96,6 @@ const downloadAudio = async () => {
// Get the URL with fallback options
const url = attachment?.dataUrl || attachment?.data_url || '';
if (!url) {
console.error('No valid URL found for download');
return;
}