Skip to content

Commit

Permalink
Skip home redirect in Regression
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelLH committed Dec 3, 2024
1 parent 201e802 commit ef0e369
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 ef0e369

Please sign in to comment.