I’m using an API to pull NFL data for this upcoming seasons and I’m getting a reference error in my code. Why am I getting this reference error
`
function fetchImage() {
const options = {
method: ‘GET’,
headers: {
‘x-rapidapi-key’: secretkey,
‘x-rapidapi-host’: ‘nfl-api-data.p.rapidapi.com’
}
};