1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Use async/await in lib and initializers

This commit is contained in:
Chocobozzz 2017-10-25 16:03:33 +02:00
parent eb08047657
commit f5028693a8
No known key found for this signature in database
GPG key ID: 583A612D890159BE
21 changed files with 721 additions and 751 deletions

View file

@ -73,7 +73,7 @@ function makeSecureRequest (params: MakeSecureRequestParams) {
signature
}
// If there are data informations
// If there are data information
if (params.data) {
requestParams.json.data = params.data
}