diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/redis.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/redis.ts b/server/lib/redis.ts index f544274ea..bbe94fe40 100644 --- a/server/lib/redis.ts +++ b/server/lib/redis.ts | |||
@@ -17,6 +17,7 @@ import { | |||
17 | } from '../initializers/constants' | 17 | } from '../initializers/constants' |
18 | 18 | ||
19 | // Only used for typings | 19 | // Only used for typings |
20 | // TODO: remove when https://github.com/microsoft/TypeScript/issues/37181 is fixed | ||
20 | const redisClientWrapperForType = () => createClient<{}>() | 21 | const redisClientWrapperForType = () => createClient<{}>() |
21 | 22 | ||
22 | class Redis { | 23 | class Redis { |