Skip to content

Commit

Permalink
fix: remove not needed check
Browse files Browse the repository at this point in the history
  • Loading branch information
aweiss-dev committed Jan 17, 2024
1 parent be9a613 commit 3b4094c
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,6 @@ class E2EIServiceInternal {
// If we don't have a handle, we need to start a new OAuth flow
try {
// Initialize the identity

if (!this.acmeService) {
throw new Error(
'Error while trying to start a certificate process. E2eIdentityService is not fully initialized',
);
}

await this.initIdentity(hasActiveCertificate);
return this.startNewOAuthFlow();
} catch (error) {
Expand Down

0 comments on commit 3b4094c

Please sign in to comment.