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:
parent
eb08047657
commit
f5028693a8
21 changed files with 721 additions and 751 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue