A minimalistic companion (CLI & web) to organize your investment portfolio, simulate its future, and reach your life goals.
GNU General Public License v3.0
68
stars
13
forks
source link
fix(fetch): ignoring invalid elements from API response #66
Closed
nmathey closed 1 year ago
Description
When Finary API return invalid elements (i.e. missing name, id) it returns an error and stop fetching.
Actions
Implementation
Ignoring element when missing key or id from API response.