Skip to content

Commit

Permalink
fix: scan func params
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofeliponi committed Feb 16, 2024
1 parent 147ea09 commit c7e8317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dao/dynamo/dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const query = async <T>({
return items
}

const scan = async ({ params }) => {
const scan = async (params) => {
const command = new ScanCommand(params)
return documentInstance.send(command)
}
Expand Down

0 comments on commit c7e8317

Please sign in to comment.