Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Feb 14, 2022
1 parent 411134f commit 3b6ea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bullmq-task-queue/app/utils/redis.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ declare global {
const redisOptions: Redis.RedisOptions = {
maxRetriesPerRequest: null,
enableReadyCheck: false
}
};

// this is needed because in development we don't want to restart
// the server with every change, but we want to make sure we don't
Expand Down

0 comments on commit 3b6ea7e

Please sign in to comment.