diff options
Diffstat (limited to 'src/api/endpoints')
| -rw-r--r-- | src/api/endpoints/i/update.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/i/update.js b/src/api/endpoints/i/update.js index 0306a106e0..aca2afe77e 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); |