Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu authored Nov 13, 2023
1 parent 35230e3 commit cc0802b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ plugins {
Below are basic examples of extended dao functions:

```kotlin
fun getUserDocument(id: Long, userId: Long) = getOne {
DOCUMENT.ID.eq(id).and(DOCUMENT.USER_ID.eq(userId))
fun getUserDocument(id: Long, userId: Long) = getOne {
DOCUMENT.ID.eq(id).and(DOCUMENT.USER_ID.eq(userId))
}

fun getAllUserDocuments(userId: Long) = getAll {
Expand Down

0 comments on commit cc0802b

Please sign in to comment.