Skip to content

Commit

Permalink
final adjustments on test snippet for merging with main
Browse files Browse the repository at this point in the history
  • Loading branch information
wholespace214 committed Sep 3, 2021
1 parent bcd43c6 commit 7934ffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/twitch-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,11 @@ module.exports = {
// for quick cli tests:
const main = async () => {
// console.log(await getEventFromTwitchUrl("https://www.twitch.tv/wackyjacky101"));
// console.log(await removeSubscription('9d973e0a-cd4e-4888-aa70-89a3f5b36264'));

// console.log(await subscribeForOfflineNotifications('91103221'));
// console.log(await subscribeForOnlineNotifications('91103221'));
// console.log(await listSubscriptions());
// console.log(await removeSubscription('9d973e0a-cd4e-4888-aa70-89a3f5b36264'));

// setTimeout(async () => {
// console.log('start removing');
Expand Down

0 comments on commit 7934ffb

Please sign in to comment.