Skip to content

Commit

Permalink
CLEANUP
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Jan 18, 2021
1 parent 63efe9c commit 78b1c5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ export default class Model {
*/
async removeByFind(properties, params) {
if (params.retry) {
//MOB - consistency in error
throw new Error('dynamo: Remove cannot retry')
}
let items = await this.find(properties, params)
Expand Down

0 comments on commit 78b1c5c

Please sign in to comment.