Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sensedeep/dynamodb-onetable
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Nov 12, 2021
2 parents 3f9c076 + 1346fe6 commit a754b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Expression.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module converts API requests into DynamoDB commands.
*/

import {OneError, OneArgError} from './Error'
import {OneError, OneArgError} from './Error.js'

// Operators used on sort keys for get/delete
const KeyOperators = [ '<', '<=', '=', '>=', '>', 'begins', 'begins_with', 'between' ]
Expand Down

0 comments on commit a754b02

Please sign in to comment.