From 0aef76c479bc7fc758e70e1cd478ade46761b51b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 Aug 2017 11:45:31 +0200 Subject: Formated -> Formatted --- server/lib/friends.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/lib') diff --git a/server/lib/friends.ts b/server/lib/friends.ts index bd3ff97a5..3f0ce3f33 100644 --- a/server/lib/friends.ts +++ b/server/lib/friends.ts @@ -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 >((res, rej) => { + return new Promise< ResultList >((res, rej) => { const path = '/api/' + API_VERSION + '/pods' request.get(REMOTE_SCHEME.HTTP + '://' + host + path, (err, response, body) => { -- cgit v1.2.3