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);