Skip to content

Commit

Permalink
Merge pull request #27109 from guardian/an/lazy-val-panda
Browse files Browse the repository at this point in the history
use lazy val for single PanDomainAuthSettingsRefresher
  • Loading branch information
twrichards authored May 7, 2024
2 parents d2cb3df + 6cd30c1 commit 1bb282e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/http/GuardianAuthWithExemptions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class GuardianAuthWithExemptions(
case _ => s"local.dev-gutools.co.uk" // covers DEV, LOCAL, tests etc.
}

override val panDomainSettings =
override lazy val panDomainSettings =
new PanDomainAuthSettingsRefresher(
domain = toolsDomainSuffix,
system,
Expand Down

0 comments on commit 1bb282e

Please sign in to comment.