Skip to content

Commit

Permalink
Update twitchHelix.js
Browse files Browse the repository at this point in the history
Comment out extra code that is not needed currently
  • Loading branch information
Electrolyte220 authored Jul 2, 2023
1 parent b92cead commit 85d02f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/background/js/twitchHelix.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
var httpRequest = require('./httpRequest');
const CHANNEL_ID_ENDPOINT = 'https://api.twitch.tv/helix/users?login={CHANNEL_NAME}';
Expand Down Expand Up @@ -61,4 +62,4 @@ module.exports = {
getClientID: getClientID,
getBearerToken: getBearerToken,
getChannelIdFromName: getChannelIdFromName
};
};*/

0 comments on commit 85d02f0

Please sign in to comment.