Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
  • Loading branch information
nguyer committed Feb 28, 2024
1 parent 6d128ec commit 8bc015c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tokens/tokens.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -100,8 +100,6 @@ export class TokensService {
this.proxy.configure(wsUrl, this.topic);
}

async onConnect() {}

private async createPoolSubscription(
ctx: Context,
namespace: string,
Expand Down

0 comments on commit 8bc015c

Please sign in to comment.