Closed obahareth closed 6 years ago
json-fetcher's getJsonUrl function is quite messy.
getJsonUrl
I used the chain of &&s to act as a "safe navigation operator".
&&
No longer necessary, will simple use GraphQL to fetch the data as described in https://github.com/gatsbyjs/gatsby/issues/9001
json-fetcher's
getJsonUrl
function is quite messy.I used the chain of
&&
s to act as a "safe navigation operator".