From b0f8e8d1ec56fe6b42f5e4bc35a1a543a7679d25 Mon Sep 17 00:00:00 2001 From: Tilman Date: Mon, 26 Jun 2023 13:07:01 +0200 Subject: [PATCH] commit --- index.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.twig b/index.twig index 500e64f..b4931cf 100644 --- a/index.twig +++ b/index.twig @@ -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); }); }