diff --git a/server.ts b/server.ts index 4ae11eb..4b89051 100644 --- a/server.ts +++ b/server.ts @@ -192,8 +192,7 @@ app.all('*', (req: Request, res: Response) => { .replaceAll('instance.', '') .replaceAll('"', '') res.status(400) - res.send({ - // nosemgrep + res.send({ // nosemgrep code: 400, message: msg && msg[0].toUpperCase() + msg.slice(1), type: 'SchemaValidationException',