aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/friends.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-09-14 11:57:49 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-09-14 11:57:49 +0200
commitd592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb (patch)
tree549b14b842de296efed846a11b3681efe08cfa9e /server/lib/friends.ts
parent91f6f169b1110eeae6ebf5c387f4204b0d07703c (diff)
downloadPeerTube-d592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb.tar.gz
PeerTube-d592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb.tar.zst
PeerTube-d592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb.zip
Move to HttpClient and PrimeNG data table
Diffstat (limited to 'server/lib/friends.ts')
-rw-r--r--server/lib/friends.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/friends.ts b/server/lib/friends.ts
index ea9ddbe8d..c0dd24c53 100644
--- a/server/lib/friends.ts
+++ b/server/lib/friends.ts
@@ -190,6 +190,7 @@ function quitFriends () {
190 .catch(err => { 190 .catch(err => {
191 logger.error('Some errors while quitting friends.', err) 191 logger.error('Some errors while quitting friends.', err)
192 // Don't stop the process 192 // Don't stop the process
193 return pods
193 }) 194 })
194 }) 195 })
195 .then(pods => { 196 .then(pods => {