From ad5d11c8374cfe109e60d2c129b835f4450d0408 Mon Sep 17 00:00:00 2001 From: Barry Carlyon Date: Tue, 11 Jul 2023 19:39:29 +0100 Subject: [PATCH] Update index.html closes https://github.com/twitchdev/issues/issues/806 --- examples/channel_dashboard/index.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/channel_dashboard/index.html b/examples/channel_dashboard/index.html index 8c69b4d..9a610e2 100644 --- a/examples/channel_dashboard/index.html +++ b/examples/channel_dashboard/index.html @@ -270,13 +270,8 @@

Extensions

state('Got CCLs'); let cclData = await cclResp.json(); - let items = cclData.data; - // hack patch for https://github.com/twitchdev/issues/issues/806 - if (cclData.hasOwnProperty('Data')) { - items = cclData.Data; - } - for (let x=0;x