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 cc0802b commit f4d3242
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 @@ -31,7 +31,7 @@ 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))
DOCUMENT.ID.eq(id).and(DOCUMENT.USER_ID.eq(userId))
}

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

0 comments on commit f4d3242

Please sign in to comment.