Redeploy prod
This commit is contained in:
parent
73148bbbc4
commit
9d6282a81d
@ -36,6 +36,7 @@ export default class UserController extends ApiController {
|
|||||||
if (!code) throw new Error("code is required");
|
if (!code) throw new Error("code is required");
|
||||||
|
|
||||||
const idNotToken = await this.idNotService.getIdNotToken(code);
|
const idNotToken = await this.idNotService.getIdNotToken(code);
|
||||||
|
|
||||||
|
|
||||||
if (!idNotToken) {
|
if (!idNotToken) {
|
||||||
this.httpValidationError(response, "IdNot token undefined");
|
this.httpValidationError(response, "IdNot token undefined");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user