From 68059024172ee3a375ce199e40d563cdd83d7ed2 Mon Sep 17 00:00:00 2001 From: Philipp Spinnler Date: Wed, 18 Sep 2024 18:59:46 +0200 Subject: [PATCH] corrected eo guide --- app/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/script.js b/app/script.js index 3beab80..1794ab6 100644 --- a/app/script.js +++ b/app/script.js @@ -220,8 +220,8 @@ Vue.component('widget-eo-guide', { setInterval(async () => { const response = await axios.get(`${baseUrl}/eo-guide`); this.total = response.data.total_formatted; - this.review = response.data.latestReview.review_formatted; - this.stars = response.data.latestReview.stars; + this.review = response.data.latest_review.review_formatted; + this.stars = response.data.latest_review.stars; this.starsArray = []; for (let x = 0; x < this.stars; x++) { this.starsArray.push('');