diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/redis.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/lib/redis.ts b/server/lib/redis.ts index 0478bfc89..9ef9d7702 100644 --- a/server/lib/redis.ts +++ b/server/lib/redis.ts | |||
@@ -1,4 +1,3 @@ | |||
1 | import express from 'express' | ||
2 | import { createClient } from 'redis' | 1 | import { createClient } from 'redis' |
3 | import { exists } from '@server/helpers/custom-validators/misc' | 2 | import { exists } from '@server/helpers/custom-validators/misc' |
4 | import { logger } from '../helpers/logger' | 3 | import { logger } from '../helpers/logger' |