Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Aug 22, 2024
1 parent bb59911 commit 2d919e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facia/app/controllers/FaciaController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ trait FaciaController
def liteRequestType(implicit request: RequestHeader): PressedPageType =
if (request.isAdFree) LiteAdFreeType else LiteType
def requestType(implicit request: RequestHeader): PressedPageType =
if (ActiveExperiments.isParticipating(RemoveLiteFronts)) fullRequestType else fullRequestType
if (ActiveExperiments.isParticipating(RemoveLiteFronts)) fullRequestType else liteRequestType

def ampRsaPublicKey: Action[AnyContent] = {
Action {
Expand Down

0 comments on commit 2d919e1

Please sign in to comment.