mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-18 07:58:57 +00:00
Token Upgrade시 챌린지를 거치도록 변경
This commit is contained in:
@@ -90,7 +90,7 @@ export const setUserClientStateToActive = async (userId: number, clientId: numbe
|
||||
.execute();
|
||||
};
|
||||
|
||||
export const createUserClientChallenge = async (
|
||||
export const registerUserClientChallenge = async (
|
||||
userId: number,
|
||||
clientId: number,
|
||||
answer: string,
|
||||
|
||||
Reference in New Issue
Block a user