This is a fix for a little pain point I had when accidentally passing through undefined as my API key, which resulted in a cryptic error about "sigBytes being undefined".
Upon digging further I found the issue but thought this addition would help users spot early on if they've passed any undefined options in.
Hi all,
great project you have here!
This is a fix for a little pain point I had when accidentally passing through undefined as my API key, which resulted in a cryptic error about "sigBytes being undefined".
Upon digging further I found the issue but thought this addition would help users spot early on if they've passed any undefined options in.
Thanks!