diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-01 16:38:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-02 09:20:40 +0100 |
commit | b25fdc73fdf22896093e12c51bb64160c0410879 (patch) | |
tree | 0f64c321254d734e0c8e20bae3abd950e92bdb27 /server/lib/redis.ts | |
parent | 038e1f3de57ccabd495f6137e73b7e8fc73d30e7 (diff) | |
download | PeerTube-b25fdc73fdf22896093e12c51bb64160c0410879.tar.gz PeerTube-b25fdc73fdf22896093e12c51bb64160c0410879.tar.zst PeerTube-b25fdc73fdf22896093e12c51bb64160c0410879.zip |
Add fixme info
Diffstat (limited to 'server/lib/redis.ts')
-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 { |