mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Formated -> Formatted
This commit is contained in:
parent
93e1258c7c
commit
0aef76c479
17 changed files with 63 additions and 63 deletions
|
@ -42,7 +42,7 @@ import {
|
|||
RemoteVideoRemoveData,
|
||||
RemoteVideoReportAbuseData,
|
||||
ResultList,
|
||||
Pod as FormatedPod
|
||||
Pod as FormattedPod
|
||||
} from '../../shared'
|
||||
|
||||
type QaduParam = { videoId: number, type: RequestVideoQaduType }
|
||||
|
@ -332,7 +332,7 @@ function computeWinningPods (hosts: string[], podsScore: { [ host: string ]: num
|
|||
}
|
||||
|
||||
function getForeignPodsList (host: string) {
|
||||
return new Promise< ResultList<FormatedPod> >((res, rej) => {
|
||||
return new Promise< ResultList<FormattedPod> >((res, rej) => {
|
||||
const path = '/api/' + API_VERSION + '/pods'
|
||||
|
||||
request.get(REMOTE_SCHEME.HTTP + '://' + host + path, (err, response, body) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue