Fix: Add missing semicolon

This commit is contained in:
syuilo 2017-01-21 15:30:40 +09:00
parent 33c42e6bb8
commit b702b65cf6

View File

@ -80,7 +80,7 @@ module.exports = async (params, user, _, isSecure) =>
const iObj = await serialize(user, user, {
detail: true,
includeSecrets: isSecure
})
});
// Send response
res(iObj);