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,