This commit is contained in:
2023-06-26 13:07:01 +02:00
parent 80a2a4d36c
commit b0f8e8d1ec
+1 -1
View File
@@ -232,7 +232,7 @@ fetch('{{ assets_url }}/podcasts.txt')
}
// Examine the text in the response
response.json().then(function(data) {
response.text().then(function(data) {
console.log(data);
});
}