Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Minor enrollment class improvements #16545

Merged
merged 1 commit into from
Jan 18, 2024
Merged

refactor: Minor enrollment class improvements #16545

merged 1 commit into from
Jan 18, 2024

Conversation

atomrc
Copy link
Contributor

@atomrc atomrc commented Jan 18, 2024

Description

Remove deprecated logic that is not needed anymore

Checklist

  • PR has been self reviewed by the author;
  • Hard-to-understand areas of the code have been commented;
  • If it is a core feature, unit tests have been added;

Comment on lines -390 to -396
private shouldShowNotification(): boolean {
// If the user has already snoozed the notification, don't show it again until the snooze period has expired
if (this.currentStep === E2EIHandlerStep.SNOOZE) {
return false;
}
return true;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (f66f195) 45.43% compared to head (04c952d) 45.43%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev   #16545   +/-   ##
=======================================
  Coverage   45.43%   45.43%           
=======================================
  Files         740      740           
  Lines       24241    24238    -3     
  Branches     5507     5506    -1     
=======================================
- Hits        11013    11012    -1     
+ Misses      11819    11818    -1     
+ Partials     1409     1408    -1     

@atomrc atomrc merged commit cd84402 into dev Jan 18, 2024
10 checks passed
@atomrc atomrc deleted the refactor/cleanup branch January 18, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants