Skip to content

Commit 6fcefc3

Browse files
committed
swaped note-redis for ioredis in index.ts
1 parent 946f616 commit 6fcefc3

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

package-lock.json

Lines changed: 1 addition & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/middleware/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { RedisClientOptions } from 'redis';
1+
import RedisClientOptions from 'ioredis';
22
import { Request, Response, NextFunction, RequestHandler } from 'express';
33
import { GraphQLSchema } from 'graphql/type/schema';
44
import { defaultTypeWeightsConfig } from '../analysis/buildTypeWeights';

0 commit comments

Comments
 (0)