Skip to content

Commit ef6db05

Browse files
authored
Update ServerManualCodeExamples.kt (#156)
1 parent 6bef10a commit ef6db05

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/examples/ServerManualCodeExamples.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,6 @@ fun main() = runBlocking {
490490
.find(eq("item", null))
491491
// End Example 39
492492

493-
// Start Example 39
494-
val findFlow = collection
495-
.find(eq("item", null))
496-
// End Example 39
497-
498493
val findFlow = collection
499494
.find(ne("item", null))
500495

0 commit comments

Comments
 (0)