Skip to content

Commit

Permalink
ddb alias removed ?
Browse files Browse the repository at this point in the history
  • Loading branch information
brianleroux committed Feb 9, 2024
1 parent 06d99a2 commit 000ef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/_dynamo.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function getDynamo (callback) {
aws({ plugins }, function gotClient (err, client) {
if (err) callback(err)
else {
db = client.ddb
db = client.dynamodb
callback(null, db)
}
})
Expand Down

0 comments on commit 000ef01

Please sign in to comment.