1
0
Fork 0

Upgrade server packages

This commit is contained in:
Chocobozzz 2017-10-31 16:31:24 +01:00
parent 604e02abcb
commit 53abc4c272
No known key found for this signature in database
GPG key ID: 583A612D890159BE
17 changed files with 369 additions and 396 deletions

View file

@ -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