Skip to content

Commit

Permalink
fix(validation): 3rd hint help text for "bad" symbols (closes #465)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Jun 29, 2022
1 parent a1119a8 commit 9e84387
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/validateAndCoerceTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,9 @@ This may happen intermittently and you should catch errors appropriately.
However: 1) if this recently started happening on every request for a symbol
that used to work, Yahoo may have changed their API. 2) If this happens on
every request for a symbol you've never used before, but not for other
symbols, you've found an edge-case. Please see if anyone has reported
this previously:
symbols, you've found an edge-case (OR, we may just be protecting you from
"bad" data sometimes stored for e.g. misspelt symbols on Yahoo's side).
Please see if anyone has reported this previously:
${pkg.repository}/issues?q=is%3Aissue+${title}
Expand Down

0 comments on commit 9e84387

Please sign in to comment.