We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c35312 commit 45a0ad7Copy full SHA for 45a0ad7
packages/relay/src/lib/relay.ts
@@ -4,7 +4,7 @@ import { ConfigService } from '@hashgraph/json-rpc-config-service/dist/services'
4
import { AccountId } from '@hashgraph/sdk';
5
import { Logger } from 'pino';
6
import { Gauge, Registry } from 'prom-client';
7
-import { createClient, RedisClientType } from 'redis';
+import { createClient } from 'redis';
8
9
import { Admin, Eth, Net, Web3 } from '../index';
10
import { Utils } from '../utils';
0 commit comments