Skip to content

Commit

Permalink
typo README
Browse files Browse the repository at this point in the history
  • Loading branch information
lroal committed May 19, 2024
1 parent ab6380d commit 553762c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ getRows();

async function getRows() {
const order = await db.order.getOne(undefined /* optional filter */, {
where: x => x.order.customer(customer => customer.isActive.eq(true)
where: x => x.customer(customer => customer.isActive.eq(true)
.and(customer.startsWith('Harr'))),
customer: true,
deliveryAddress: true,
Expand All @@ -616,7 +616,6 @@ async function getRows() {
});
}
```
```
__Single row by primary key__
Expand Down

0 comments on commit 553762c

Please sign in to comment.