mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix: Add missing semicolon
This commit is contained in:
parent
33c42e6bb8
commit
b702b65cf6
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…
Add table
Reference in a new issue