Skip to content

Commit

Permalink
feat: init db wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
alinarublea committed Oct 19, 2023
1 parent 63e21cc commit b71d19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ function wrapper(func) {
);
}
const dynamoDBWrapper = wrapper;
export default { dynamoDBWrapper };
export { dynamoDBWrapper };

0 comments on commit b71d19b

Please sign in to comment.