mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix lint
This commit is contained in:
parent
e45dd87b93
commit
ba2684cedd
44 changed files with 93 additions and 63 deletions
|
@ -52,7 +52,7 @@ function makeActivityPubGetRequest (url: string, path: string, expectedStatus =
|
|||
return makeGetRequest({
|
||||
url,
|
||||
path,
|
||||
expectedStatus: expectedStatus,
|
||||
expectedStatus,
|
||||
accept: 'application/activity+json,text/html;q=0.9,\\*/\\*;q=0.8'
|
||||
})
|
||||
}
|
||||
|
|
|
@ -74,7 +74,7 @@ export class SearchCommand extends AbstractCommand {
|
|||
...options,
|
||||
|
||||
search: {
|
||||
search: search,
|
||||
search,
|
||||
sort: sort ?? '-publishedAt'
|
||||
}
|
||||
})
|
||||
|
|
|
@ -60,7 +60,7 @@ export class LoginCommand extends AbstractCommand {
|
|||
const body = {
|
||||
client_id: this.server.store.client.id,
|
||||
client_secret: this.server.store.client.secret,
|
||||
username: username,
|
||||
username,
|
||||
response_type: 'code',
|
||||
grant_type: 'password',
|
||||
scope: 'upload',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue