Skip to content

Commit

Permalink
Use Nothing as routes error type
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou committed Jun 2, 2024
1 parent 9354070 commit 17c56b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/quick/src/main/scala/caliban/quick/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ package object quick {
graphiqlPath: Option[String] = None,
uploadPath: Option[String] = None,
webSocketPath: Option[String] = None
): Routes[R, Any] =
): Routes[R, Nothing] =
QuickAdapter(interpreter).routes(
apiPath = apiPath,
graphiqlPath = graphiqlPath,
Expand Down

0 comments on commit 17c56b8

Please sign in to comment.