]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add fixme info
authorChocobozzz <me@florianbigard.com>
Tue, 1 Feb 2022 15:38:07 +0000 (16:38 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 2 Feb 2022 08:20:40 +0000 (09:20 +0100)
server/lib/redis.ts
support/doc/api/openapi.yaml

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 {
index 9e721be4b425febc5d6db06a8501aa308ef83b6f..3960742259eb4da99b966b05459668fdf62e042d 100644 (file)
@@ -1617,7 +1617,7 @@ paths:
         '403':
           description: cannot terminate an ownership change of another user
         '404':
-          description: video owneship change not found
+          description: video ownership change not found
 
   '/videos/ownership/{id}/refuse':
     post:
@@ -1634,7 +1634,7 @@ paths:
         '403':
           description: cannot terminate an ownership change of another user
         '404':
-          description: video owneship change not found
+          description: video ownership change not found
 
   '/videos/{id}/give-ownership':
     post: