From b51e9b10733f8f2aa4d56b1d43c893706867fdd0 Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Fri, 21 Jun 2024 01:57:18 +0200 Subject: [PATCH] modified code --- onzer.riot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onzer.riot b/onzer.riot index 21b450c..5fa8b1f 100644 --- a/onzer.riot +++ b/onzer.riot @@ -23,7 +23,7 @@ this.state.placeholder = 'Rechercher dans les albums'; this.state = { placeholder: "caca", - items: this.fetchSong(); + items: await this.fetchSong() }; console.log(this.state);