mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-08-17 00:06:40 -05:00
fix: fix account not found status in UID repair
This commit is contained in:
@@ -40,7 +40,7 @@ router.post('/', async (request: express.Request, response: express.Response): P
|
||||
});
|
||||
|
||||
if (!nexAccount) {
|
||||
response.json({
|
||||
response.status(400).json({
|
||||
app: 'api',
|
||||
status: 400,
|
||||
error: 'Invalid NEX account'
|
||||
|
||||
Reference in New Issue
Block a user