Add fixme info

pull/4765/head
Chocobozzz 2022-02-01 16:38:07 +01:00
parent 038e1f3de5
commit b25fdc73fd
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 2 deletions

View 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 {

View 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: