fix: fix account not found status in UID repair
Some checks failed
Build and Publish Docker Image / Build and Publish Docker Image (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish Docker Image (arm64) (push) Has been cancelled

This commit is contained in:
Jonathan Barrow
2026-07-15 11:49:41 -04:00
parent f44c276834
commit e1bcfb32d3

View File

@@ -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'