Skip to content

Commit

Permalink
fix: prettier for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Oct 3, 2023
1 parent 1ce38af commit a33c280
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/server/src/redis.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import Redis from "ioredis";

const redis = new Redis(
process.env.REDIS_URL ?? ""
);
const redis = new Redis(process.env.REDIS_URL ?? "");

// Listen to connection events to prevent TCP Issue
// https://github.com/redis/ioredis/issues/1203
Expand Down

0 comments on commit a33c280

Please sign in to comment.