Skip to content

Commit

Permalink
Merge branch 'main' into michaelmajgaard/feat--settlement-report---in…
Browse files Browse the repository at this point in the history
…clude-previous-grid-owners-take-2
  • Loading branch information
michaelmajgaard authored Dec 12, 2024
2 parents 3435da3 + 5eaa27a commit 78f0c9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ private RunParameters CreateParameters(SettlementReportRequestDto request, Marke
$"--calculation-type={CalculationTypeMapper.ToDeltaTableValue(request.Filter.CalculationType)}",
$"--period-start={request.Filter.PeriodStart.ToInstant()}",
$"--period-end={request.Filter.PeriodEnd.ToInstant()}",
$"--requesting-actor-market-role={MapMarketRole(request.MarketRoleOverride ?? marketRole)}",
$"--requesting-actor-id={request.ActorNumberOverride ?? actorGln}",
$"--requesting-actor-market-role={MapMarketRole(marketRole)}",
$"--requesting-actor-id={actorGln}",
request.Filter.CalculationType == CalculationType.BalanceFixing
? $"--grid-area-codes=[{string.Join(",", request.Filter.GridAreas.Select(x => x.Key))}]"
: $"--calculation-id-by-grid-area={gridAreas}",
Expand Down

0 comments on commit 78f0c9c

Please sign in to comment.