Skip to content

Commit

Permalink
Fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Dec 24, 2024
1 parent 1ebc640 commit 11ccc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/scala/02-Program.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import ldbc.dsl.io.*
// #given

// #program
val program: DBIO[IO, Option[Int]] = sql"SELECT 2".query[Int].to[Option]
val program: DBIO[Option[Int]] = sql"SELECT 2".query[Int].to[Option]
// #program

// #connection
Expand Down

0 comments on commit 11ccc0b

Please sign in to comment.