Skip to content

Commit

Permalink
reward not needed here
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon committed May 10, 2024
1 parent 03bec32 commit a27c114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/channel_points/channel_points.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function eventsub() {
if (image && image.url_1x) {
let iti = document.createElement('img');
cells[2].append(iti);
iti.setAttribute('src', reward.image.url_1x);
iti.setAttribute('src', image.url_1x);
}

// 3 is the title
Expand Down

0 comments on commit a27c114

Please sign in to comment.