From 201060919b64f80ec1e95e9ac5af62c6b5a10724 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Tue, 20 Oct 2020 13:54:13 -0400 Subject: [PATCH] fix typo --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index 6f3da1e9..568cd35e 100644 --- a/src/routes.js +++ b/src/routes.js @@ -2097,7 +2097,7 @@ module.exports = async ( return { ...mex, recipientAvatar: null } }) res.json({ - noAvatar + data: noAvatar }) } catch (err) { logger.info('Error in Chats poll:')