Skip to content

Commit

Permalink
git file names are not case sensitive AAAGGHH! pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 committed Jul 22, 2023
1 parent 7ddeb96 commit c42a6ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dynamodb/src/main/scala/zio/dynamodb/DynamoDBQuery.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import zio.schema.Schema
import zio.stream.Stream
import zio.{ Chunk, NonEmptyChunk, Schedule, ZIO, Zippable => _, _ }
import zio.dynamodb.proofs.IsPrimaryKey
import zio.dynamodb.KeyConditionExpr

sealed trait DynamoDBQuery[-In, +Out] { self =>

Expand Down

0 comments on commit c42a6ff

Please sign in to comment.