Skip to content

Commit

Permalink
Update metadata-editor/app/model/UsageRightsLease.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Nowak <[email protected]>
  • Loading branch information
AndyKilmory and andrew-nowak authored Jan 29, 2025
1 parent f16963d commit e050ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-editor/app/model/UsageRightsLease.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package model
import com.gu.mediaservice.model._
import play.api.ConfigLoader
import play.api.libs.json._
import scala.collection.JavaConverters._
import scala.jdk.CollectionConverters._
import scala.util.{Failure, Success, Try}
import java.time.{LocalDate, Period}

Expand Down

0 comments on commit e050ae5

Please sign in to comment.