forked from FoundKeyGang/FoundKey
Fix: Add missing semicolon
This commit is contained in:
parent
1dd31647d7
commit
6ae39244eb
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ module.exports = async (params, user, _, isSecure) =>
|
|||
const iObj = await serialize(user, user, {
|
||||
detail: true,
|
||||
includeSecrets: isSecure
|
||||
})
|
||||
});
|
||||
|
||||
// Send response
|
||||
res(iObj);
|
||||
|
|
Loading…
Reference in a new issue