Skip to content

Commit

Permalink
fix import from rds (#76)
Browse files Browse the repository at this point in the history
I'm **really** sorry I made a mistake in the import in the #75 :(
  • Loading branch information
fat23cat authored Sep 12, 2024
1 parent 17f01cc commit 4b1b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { v4 as uuidv4 } from 'uuid';
import { toJsonObject } from './rds'
import { toJsonObject } from './rds/index.js'

export const dynamodbUtils = {
toDynamoDB: function(value) {
Expand Down

0 comments on commit 4b1b207

Please sign in to comment.