fix: change rating to ratings (#37863)

This commit is contained in:
Randell Dawson 2019-12-02 14:25:11 -08:00 committed by Manish Giri
parent 7454719334
commit a68e3ef39d

View File

@ -180,7 +180,7 @@ for(var i=0; i < watchList.length; i++){
// Add your code above this line
console.log(JSON.stringify(rating));
console.log(JSON.stringify(ratings));
```
</div>