mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-04-26 00:06:14 -05:00
fix(api): correct error log message route in /v1/repair-uidhmac
This commit is contained in:
parent
9ede5b5c1e
commit
e8c5008336
|
|
@ -59,7 +59,7 @@ router.post('/', async (request: express.Request, response: express.Response): P
|
|||
}
|
||||
});
|
||||
} catch (error: any) {
|
||||
LOG_ERROR('[POST] /v1/register: ' + error);
|
||||
LOG_ERROR('[POST] /v1/repair-uidhmac: ' + error);
|
||||
if (error.stack) {
|
||||
console.error(error.stack);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user