From b25fdc73fdf22896093e12c51bb64160c0410879 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 1 Feb 2022 16:38:07 +0100 Subject: Add fixme info --- server/lib/redis.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server') 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 { } from '../initializers/constants' // Only used for typings +// TODO: remove when https://github.com/microsoft/TypeScript/issues/37181 is fixed const redisClientWrapperForType = () => createClient<{}>() class Redis { -- cgit v1.2.3