Skip to content

Commit efc461c

Browse files
authored
Improved Select Builder section
1 parent 3ee21e1 commit efc461c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,12 @@ There are three select builders that you can use to create select queries:
314314
let getErrorNumbers () =
315315
task {
316316
use ctx = openQueryContext()
317-
let! errorNumbers =
317+
return!
318318
select {
319319
for e in dbo.ErrorLog do
320320
select e.ErrorNumber
321321
}
322322
|> ctx.ReadAsync HydraReader.Read
323-
324-
return errorNumbers
325323
}
326324
```
327325

0 commit comments

Comments
 (0)