Skip to content

Commit

Permalink
Fix signature issue
Browse files Browse the repository at this point in the history
  • Loading branch information
annielh committed Apr 30, 2024
1 parent 4fd61da commit 4e724fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import java.time.format.DateTimeFormatter
import java.util.UUID
import scala.concurrent.ExecutionContext.Implicits.global

class Lambda extends RequestHandler[ConsignmentInput, APIGatewayProxyResponseEvent] {
class Lambda extends RequestHandler[String, APIGatewayProxyResponseEvent] {

implicit val backend: SttpBackend[Identity, Any] = HttpURLConnectionBackend()
implicit val keycloakDeployment: TdrKeycloakDeployment = TdrKeycloakDeployment(authUrl, "tdr", timeToLiveSecs)
Expand Down

0 comments on commit 4e724fb

Please sign in to comment.