Skip to content

Commit

Permalink
Use correct stage
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Dec 4, 2024
1 parent e9a30b0 commit b3635db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/DynamoBanditData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object BanditData {
}

class DynamoBanditData(stage: String, client: DynamoDbClient) extends StrictLogging {
private val tableName = s"support-bandit-PROD"
private val tableName = s"support-bandit-$stage"

private def query(testName: String, channel: String): ZIO[ZEnv, DynamoGetError, java.util.List[java.util.Map[String, AttributeValue]]] = {
effectBlocking {
Expand Down

0 comments on commit b3635db

Please sign in to comment.