From 674ec5142b6f89a25612d22be2edeeb2c77be01a Mon Sep 17 00:00:00 2001 From: eran-frontegg <113999394+eran-frontegg@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:15:28 +0200 Subject: [PATCH] fix: upgrade commons lib (#172) --- src/clients/identity/identity-client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clients/identity/identity-client.ts b/src/clients/identity/identity-client.ts index cdd4da1..e00d136 100644 --- a/src/clients/identity/identity-client.ts +++ b/src/clients/identity/identity-client.ts @@ -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();