diff options
Diffstat (limited to 'server/controllers/api/pods.ts')
-rw-r--r-- | server/controllers/api/pods.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/api/pods.ts b/server/controllers/api/pods.ts index 0f85ab51d..55a7df661 100644 --- a/server/controllers/api/pods.ts +++ b/server/controllers/api/pods.ts | |||
@@ -81,7 +81,7 @@ function makeFriendsController (req: express.Request, res: express.Response, nex | |||
81 | 81 | ||
82 | makeFriends(hosts) | 82 | makeFriends(hosts) |
83 | .then(() => logger.info('Made friends!')) | 83 | .then(() => logger.info('Made friends!')) |
84 | .catch(err => logger.error('Could not make friends.', { error: err })) | 84 | .catch(err => logger.error('Could not make friends.', err)) |
85 | 85 | ||
86 | // Don't wait the process that could be long | 86 | // Don't wait the process that could be long |
87 | res.type('json').status(204).end() | 87 | res.type('json').status(204).end() |