Skip to content

Commit

Permalink
Merge pull request #15 from castore-dev/fix-bug-in-dynamodb-adapter
Browse files Browse the repository at this point in the history
fix: fix bug in dynamodb adapter
  • Loading branch information
ThomasAribart authored Sep 13, 2022
2 parents dcbfc52 + 9d095ce commit 6f9fcf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dynamodb-event-storage-adapter/src/dynamoDb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ export class DynamoDbEventStorageAdapter implements StorageAdapter {
version,
});
}

throw error;
}
};

Expand Down

0 comments on commit 6f9fcf8

Please sign in to comment.