diff --git a/client/src/main/scala/com.gu.contentapi.client/model/Queries.scala b/client/src/main/scala/com.gu.contentapi.client/model/Queries.scala index 2341c9c4..c9f42831 100644 --- a/client/src/main/scala/com.gu.contentapi.client/model/Queries.scala +++ b/client/src/main/scala/com.gu.contentapi.client/model/Queries.scala @@ -8,7 +8,7 @@ import com.gu.contentapi.client.{Parameter, Parameters} import com.gu.contentatom.thrift.AtomType import com.twitter.scrooge.ThriftStruct -sealed trait ContentApiQuery[Response <: ThriftStruct] { +sealed trait ContentApiQuery[+Response <: ThriftStruct] { def parameters: Map[String, String] def pathSegment: String