mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-03-21 17:44:49 -05:00
Fix missing semicolon
This commit is contained in:
parent
83dab9bb5d
commit
54dfed9346
|
|
@ -347,7 +347,7 @@ router.post('/', async (request: express.Request, response: express.Response): P
|
|||
await session.commitTransaction();
|
||||
} catch (error: any) {
|
||||
LOG_ERROR('[POST] /v1/register: ' + error);
|
||||
if (error.stack) console.error(error.stack)
|
||||
if (error.stack) console.error(error.stack);
|
||||
|
||||
await session.abortTransaction();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user