Skip to content

Commit

Permalink
add missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
beetlecrunch committed Oct 4, 2023
1 parent 1a5e181 commit 88f0668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ final case class ProcessApiServiceImpl(
}
}

def updateRiskAnalysis(eServiceId: String, riskAnalysisId: String, seed: EServiceRiskAnalysisSeed)(implicit
override def updateRiskAnalysis(eServiceId: String, riskAnalysisId: String, seed: EServiceRiskAnalysisSeed)(implicit
contexts: Seq[(String, String)],
toEntityMarshallerProblem: ToEntityMarshaller[Problem]
): Route = authorize(ADMIN_ROLE, API_ROLE) {
Expand Down

0 comments on commit 88f0668

Please sign in to comment.