Redeploy prod

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

View File

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