Skip to content

Commit

Permalink
fix: ci test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseok0 committed May 1, 2023
1 parent 9372bb6 commit fcc3ca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dynamoose/lib/Table/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ export class Table extends InternalPropertiesClass<TableInternalProperties> {

this.getInternalProperties(internalProperties).pendingTasks.forEach((task) => task.reject(error));
this.getInternalProperties(internalProperties).pendingTasks = [];

throw error;
}
}
});
Expand Down

0 comments on commit fcc3ca7

Please sign in to comment.