Skip to content

Commit

Permalink
Merge pull request #1788 from thebiggive/no-regression-redirect
Browse files Browse the repository at this point in the history
Skip home redirect in Regression
  • Loading branch information
NoelLH authored Dec 3, 2024
2 parents 201e802 + ef0e369 commit c39c713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class HomeComponent implements OnInit {
const CCCloseDate = new Date('2024-12-10T12:00:00+00:00');

if (
environment.environmentId !== 'regression' &&
!queryParams.hasOwnProperty('noredirect') &&
this.currentTime >= startRedirectingToCCAt &&
this.currentTime < CCCloseDate
Expand Down

0 comments on commit c39c713

Please sign in to comment.