From 31fa264160904fc316293c210148cec14933f1ff Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 6 Aug 2023 13:54:23 +0000 Subject: [PATCH] t --- server/api/Login/LoginByID.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/Login/LoginByID.ts b/server/api/Login/LoginByID.ts index 009443a..0f4e35e 100644 --- a/server/api/Login/LoginByID.ts +++ b/server/api/Login/LoginByID.ts @@ -12,7 +12,7 @@ class Q implements QType { password!: string; } export class LoginByID extends POST{ - readonly argValidator = undefined; + readonly argValidator = Q; protected LoginByID = Symbol("LoginByID");//TODO: remove this protected override async api(query: QType): Promise { throw new Error("Method not implemented.");