Skip to content
Snippets Groups Projects
Commit 6ae39244 authored by syuilo's avatar syuilo
Browse files

Fix: Add missing semicolon

parent 1dd31647
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ module.exports = async (params, user, _, isSecure) =>
const iObj = await serialize(user, user, {
detail: true,
includeSecrets: isSecure
})
});
// Send response
res(iObj);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment