Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mindler-olli committed May 30, 2024
1 parent fcbf17c commit 77075e3
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 @@ -346,8 +346,8 @@ const result = await trx.execute();
Then, one can loop through the result items as so:

```ts
// note that item can be undefined
result.forEach(([table, item]) => {
// note that item can be undefined
if (table === "myTable") {
// item's type is DDB["myTable"]
// ...
Expand Down

0 comments on commit 77075e3

Please sign in to comment.