Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mindler-olli committed May 31, 2024
1 parent 5d48a28 commit ee8cd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ const result = await trx.execute();
Then, one can loop through the result items as so:

```ts
// note that item can be undefined
// note that the items can be undefined if they were not found from DynamoDB
result.forEach(([table, item]) => {
if (table === "myTable") {
// item's type is DDB["myTable"]
Expand Down

0 comments on commit ee8cd30

Please sign in to comment.