diff --git a/src/api/endpoints/i/update.js b/src/api/endpoints/i/update.js index 0306a106e..aca2afe77 100644 --- a/src/api/endpoints/i/update.js +++ b/src/api/endpoints/i/update.js @@ -80,7 +80,7 @@ module.exports = async (params, user, _, isSecure) => const iObj = await serialize(user, user, { detail: true, includeSecrets: isSecure - }) + }); // Send response res(iObj);