Skip to content

Commit

Permalink
Add second Twitch game ID property
Browse files Browse the repository at this point in the history
  • Loading branch information
ddugovic committed Oct 28, 2023
1 parent 86aa6fd commit 209e7fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/streamer/src/main/Env.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ private class StreamerConfig(
private class TwitchConfig(
@ConfigName("client_id") val clientId: String,
val secret: Secret,
@ConfigName("game_id") val gameId: String
@ConfigName("game_id") val gameId: String,
@ConfigName("game_id2") val gameId2: String
)

@Module
Expand Down

0 comments on commit 209e7fc

Please sign in to comment.