veredrec / The-Magic-VASS

Web App - Backend API
1 stars 2 forks source link

error loading data :) #46

Open ghost opened 7 years ago

ghost commented 7 years ago

currently im getting an error loading data when i select two currencies.

TypeError: Cannot read property 'price' of undefined on src/handler.js: 51

ZooeyMiller commented 7 years ago

I got the same error: workspace 1_015

You need to account for the potentiality of there not being the expected information in the API request. You can do this by checking if keys are undefined before trying access properties on them.