Skip to content

Commit

Permalink
fix typo on config file
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Jan 26, 2024
1 parent 912c34d commit 98b7200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module.exports = {
twitch: {
username: process.env.TWITCH_USERNAME,
password: process.env.TWITCH_PASSWORD,
channels: process.env.TIWTCH_CHANNELS
channels: process.env.TWITCH_CHANNELS
}
}

0 comments on commit 98b7200

Please sign in to comment.