Skip to content

Commit

Permalink
Remove [R] from GraphqlAnyServerOps
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou committed Dec 18, 2023
1 parent 7646db1 commit 384307a
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 @@ -70,7 +70,7 @@ package object quick {
gql.interpreter.map(QuickAdapter(_).configure(config).handler)
}

implicit class GraphqlAnyServerOps[R](val gql: GraphQL[Any]) extends AnyVal {
implicit class GraphqlAnyServerOps(val gql: GraphQL[Any]) extends AnyVal {

/**
* Convenience method for impurely running the server.
Expand Down

0 comments on commit 384307a

Please sign in to comment.