Skip to content

Commit

Permalink
chore: fix ioredis import
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 13, 2024
1 parent c6d93a0 commit 35dbeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import fastify, {
RouteOptions
} from 'fastify'
import * as http2 from 'http2'
import { default as IORedis } from 'ioredis'
import IORedis from 'ioredis'
import pino from 'pino'
import fastifyRateLimit, {
errorResponseBuilderContext,
Expand Down

0 comments on commit 35dbeea

Please sign in to comment.