Skip to content

Commit

Permalink
refactor: use abstract implementation of _close
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausTrainer committed Oct 19, 2016
1 parent b5266b2 commit d652675
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ DynamoDBDOWN.prototype._open = function (options, cb) {
}
}

DynamoDBDOWN.prototype._close = function (cb) {
cb()
}

DynamoDBDOWN.prototype._put = function (key, value, options, cb) {
const params = {
TableName: this.encodedTableName,
Expand Down

0 comments on commit d652675

Please sign in to comment.