Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas committed Jan 22, 2024
1 parent ca94e0b commit 8763bfd
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ object Estimation {
currency = currency,
currentPrice = currentPrice,
targetRatePlanId = targetRatePlanId
)) match {
case Some(data) => Right(data)
case _ => Left(s"[error: 0e218c37] Could not determine SubscriptionData2024 for subscription ${subscription}")
}
)).toRight(s"[error: 0e218c37] Could not determine SubscriptionData2024 for subscription ${subscription}")
}
case _ =>
Left(
Expand Down

0 comments on commit 8763bfd

Please sign in to comment.