From 8bc015c694aa21ca00d518ec8ba6b0150de729f1 Mon Sep 17 00:00:00 2001 From: Nicko Guyer Date: Wed, 28 Feb 2024 16:07:56 -0500 Subject: [PATCH] PR feedback Signed-off-by: Nicko Guyer --- src/tokens/tokens.service.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/tokens/tokens.service.ts b/src/tokens/tokens.service.ts index 711ab6a..89d404b 100644 --- a/src/tokens/tokens.service.ts +++ b/src/tokens/tokens.service.ts @@ -6,7 +6,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE -2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, @@ -100,8 +100,6 @@ export class TokensService { this.proxy.configure(wsUrl, this.topic); } - async onConnect() {} - private async createPoolSubscription( ctx: Context, namespace: string,