From c3fe4d6e8177312ab2ae39283ab2d6d3e7046da9 Mon Sep 17 00:00:00 2001 From: Mohammed Rabil <63334479+rabilrbl@users.noreply.github.com> Date: Thu, 24 Nov 2022 00:05:32 +0530 Subject: [PATCH] Update App.jsx --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 724f5a1..7a71732 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -19,7 +19,7 @@ const App = () => { fetch( "https://raw.githubusercontent.com/revanced-apks/build-apps/update/release_notification.md" ) - .then((res) => setRelease(res.body)); + .then((res) => setRelease(res.text())); }, []); return (