Skip to content

Commit

Permalink
fix dynamodb, remove between because it's in the official pkg now
Browse files Browse the repository at this point in the history
  • Loading branch information
guregu committed Mar 22, 2022
1 parent 6a491d2 commit ab12d35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 107 deletions.
55 changes: 0 additions & 55 deletions between.go

This file was deleted.

51 changes: 0 additions & 51 deletions between_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion dynamodb/value.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func prolog2av(v engine.Term, env *engine.Env) (*dynamodb.AttributeValue, error)
// TODO: maybe this is dumb idk

isMap := true
iter := engine.ListIterator{List: arg, Env: env}
iter := engine.AnyIterator{Any: arg, Env: env}
for iter.Next() {
elem := iter.Current()
cmp, ok := env.Resolve(elem).(*engine.Compound)
Expand Down

0 comments on commit ab12d35

Please sign in to comment.