Twitch ForEach not returning data for some users in array

Hi, I found a mistake in a treatment of response. So, in JS, line 57:

	if(sData.stream === null){
		streamerObj.status = "Offline";
	} else {
		streamerObj.status = sData.stream.game + ": " + sData.channel.status;
	}

sData.channel.status doesn’t exist, replace it to cData.status