From 3b6ea7e9defc5af3b44eb61be2137b2bb06b14e2 Mon Sep 17 00:00:00 2001 From: Remix Run Bot Date: Mon, 14 Feb 2022 06:10:16 +0000 Subject: [PATCH] chore: format --- examples/bullmq-task-queue/app/utils/redis.server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bullmq-task-queue/app/utils/redis.server.ts b/examples/bullmq-task-queue/app/utils/redis.server.ts index 9017ae0f581..9a56ebc0c4f 100644 --- a/examples/bullmq-task-queue/app/utils/redis.server.ts +++ b/examples/bullmq-task-queue/app/utils/redis.server.ts @@ -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