Skip to content

Commit

Permalink
Add a note about TwitchDev 806
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon committed Jul 11, 2023
1 parent b68345f commit 5583a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/channel_dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ <h2>Extensions</h2>

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;
}
Expand Down

0 comments on commit 5583a7a

Please sign in to comment.