X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Fredis.ts;fp=server%2Flib%2Fredis.ts;h=bbe94fe40a7a7b999fd9948b45e0837fdfa8199e;hb=b25fdc73fdf22896093e12c51bb64160c0410879;hp=f544274ea0c80ff64256a441ea330d37bbc3cddc;hpb=038e1f3de57ccabd495f6137e73b7e8fc73d30e7;p=github%2FChocobozzz%2FPeerTube.git 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 {