Skip to content

Commit

Permalink
fix: add assets val to FaciaDraftController
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgorrie committed Nov 3, 2023
1 parent 7d9d078 commit 9d5f84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preview/app/controllers/FaciaDraftController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class FaciaDraftController(
val ws: WSClient,
val mostViewedAgent: MostViewedAgent,
val deeplyReadAgent: DeeplyReadAgent,
val assets: Assets,
)(implicit val context: ApplicationContext)
extends FaciaController
with RendersItemResponse {
Expand Down

0 comments on commit 9d5f84f

Please sign in to comment.