Skip to content

Commit 6588efa

Browse files
ardatanenisdenjo
andauthored
Update packages/nestjs/src/index.ts
Co-authored-by: Denis Badurina <[email protected]>
1 parent ef694c1 commit 6588efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nestjs/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export type HiveGatewayDriverConfig<
4848
export class HiveGatewayDriver<
4949
TContext extends Record<string, any>,
5050
> extends AbstractGraphQLDriver<HiveGatewayDriverConfig<TContext>> {
51-
private _gatewayRuntime: GatewayRuntime<TContext> | undefined;
52-
private _subscriptionService?: GqlSubscriptionService;
51+
#gatewayRuntime: GatewayRuntime<TContext> | undefined;
52+
#subscriptionService?: GqlSubscriptionService;
5353

5454
public async start({
5555
schema,

0 commit comments

Comments
 (0)