Skip to content

Commit

Permalink
prettier:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joseffffff committed Jun 29, 2024
1 parent 261c7b8 commit b0ab16c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,7 @@ orm.all({
// Filter by specific value
id: '1111-2222-3333-4444',
// Or... Filter by values contained in an array
id: [
'1111-1111-1111-1111',
'2222-2222-2222-2222',
'3333-3333-3333-3333',
'4444-4444-4444-4444',
],
id: ['1111-1111-1111-1111', '2222-2222-2222-2222', '3333-3333-3333-3333', '4444-4444-4444-4444'],
},
});
```
Expand Down

0 comments on commit b0ab16c

Please sign in to comment.