Upgrade server packages
This commit is contained in:
parent
604e02abcb
commit
53abc4c272
17 changed files with 369 additions and 396 deletions
|
@ -13,7 +13,7 @@ import { sign } from './peertube-crypto'
|
|||
|
||||
type MakeRetryRequestParams = {
|
||||
url: string,
|
||||
method: 'GET'|'POST',
|
||||
method: 'GET' | 'POST',
|
||||
json: Object
|
||||
}
|
||||
function makeRetryRequest (params: MakeRetryRequestParams) {
|
||||
|
@ -31,7 +31,7 @@ function makeRetryRequest (params: MakeRetryRequestParams) {
|
|||
}
|
||||
|
||||
type MakeSecureRequestParams = {
|
||||
method: 'GET'|'POST'
|
||||
method: 'GET' | 'POST'
|
||||
toPod: PodInstance
|
||||
path: string
|
||||
data?: Object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue