Skip to content

Commit

Permalink
DDCE-5804: Fix implicit header in testOnly route (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
MRBeresford authored Nov 12, 2024
1 parent dd8c4e5 commit ea81745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/connectors/testOnly/DownloadEnvelope.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class DownloadEnvelope @Inject()(appConfig: FrontendAppConfig,
http: HttpClientV2,
cc: MessagesControllerComponents,
executeDownloadEnvelopeRequest: ExecuteDownloadEnvelopeRequest
)(implicit ec: ExecutionContext, hc: HeaderCarrier) extends FrontendController(cc) with Logging {
)(implicit ec: ExecutionContext) extends FrontendController(cc) with Logging {

def downloadEnvelope(envelopeId: String): Action[AnyContent] =
Action.async { implicit request: MessagesRequest[AnyContent] =>
Expand Down

0 comments on commit ea81745

Please sign in to comment.