Redeploy prod

This commit is contained in:
Vins 2024-05-06 12:00:03 +02:00
parent 73148bbbc4
commit 9d6282a81d

View File

@ -37,6 +37,7 @@ export default class UserController extends ApiController {
const idNotToken = await this.idNotService.getIdNotToken(code);
if (!idNotToken) {
this.httpValidationError(response, "IdNot token undefined");
return;