Skip to content

Commit

Permalink
fix: upgrade commons lib (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
eran-frontegg authored Oct 31, 2023
1 parent a241093 commit 674ec51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clients/identity/identity-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export class IdentityClient {
Logger.info('got identity service configuration');
// Get the public key
const { publicKey } = response.data;
// And save it as member of the class
Logger.info('going to extract public key from response');
this.publicKey = publicKey;
await authenticator.shutdown();
Expand Down

0 comments on commit 674ec51

Please sign in to comment.