diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/friends.ts | 1 |
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 => { |