]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/redis.ts
Add fixme info
[github/Chocobozzz/PeerTube.git] / server / lib / redis.ts
index f544274ea0c80ff64256a441ea330d37bbc3cddc..bbe94fe40a7a7b999fd9948b45e0837fdfa8199e 100644 (file)
@@ -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 {