Skip to content

Commit

Permalink
fix: import Redis type
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Mar 20, 2024
1 parent f606052 commit c0ca27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/apiCache/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { brotliCompress, brotliDecompress } from 'zlib';
import Redis from 'ioredis';
import { Redis } from 'ioredis';
import { promisify } from 'util';
import { Request } from 'express';
import { toPairs } from 'lodash';
Expand Down

0 comments on commit c0ca27e

Please sign in to comment.