Closed toniopelo closed 1 year ago
Hey @toniopelo , thanks for reporting this! I'll try to fix that quick!
@jonathanlurie Hi! I've already published a PR linked to this issue, you can see it mentioned just above your comment. It should fix the problem. You might want to do it another way but it's a very minimal PR you could merge without too much effort. :)
Everything is in the title. This is because when calling
byId()
function, theapiKey
is not set in the URL that is passed to thecallFetch
function. But thecallFetch
function requires the api key to be set already.