Skip to content

Commit

Permalink
#42 - Remove unnessesary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianbinau committed Oct 22, 2023
1 parent 190d471 commit 2a42f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/redis.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FastifyInstance } from 'fastify';
import fastifyPlugin from 'fastify-plugin';
import Redis, { Callback, RedisKey } from 'ioredis';
import Redis from 'ioredis';
import { v4 } from 'uuid';

declare module 'fastify' {
Expand Down

0 comments on commit 2a42f7c

Please sign in to comment.