t
This commit is contained in:
@@ -12,7 +12,7 @@ class Q implements QType {
|
||||
password!: string;
|
||||
}
|
||||
export class LoginByID extends POST<RType, EType, QType>{
|
||||
readonly argValidator = undefined;
|
||||
readonly argValidator = Q;
|
||||
protected LoginByID = Symbol("LoginByID");//TODO: remove this
|
||||
protected override async api(query: QType): Promise<RType | EType | true> {
|
||||
throw new Error("Method not implemented.");
|
||||
|
||||
Reference in New Issue
Block a user