Skip to content

Commit

Permalink
scala 2.12 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoworko committed Oct 24, 2024
1 parent b69c467 commit f385267
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ class ScenarioActivityApiHttpService(
scenarioActivityRepository.deleteComment(
scenarioId,
request.commentId,
validateCommentCanBeRemoved,
validateCommentCanBeRemoved(_),
)
)
).leftMap {
Expand All @@ -598,7 +598,7 @@ class ScenarioActivityApiHttpService(
scenarioActivityRepository.deleteComment(
scenarioId,
ScenarioActivityId(request.scenarioActivityId),
validateCommentCanBeRemoved,
validateCommentCanBeRemoved(_),
)
)
).leftMap {
Expand Down

0 comments on commit f385267

Please sign in to comment.