Skip to content

Commit

Permalink
chore: reset kyc
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Nov 29, 2023
1 parent 32a5c35 commit 1d6d081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useAirdropKyc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const instance = axios.create({

export const useAirdropKyc = () => {
const getKycStatus = async (account: string) => {
return true;
try {
const res = await instance.get<{ status: boolean; reason: string }>(`/kyc/status/${account}`);

Expand Down

0 comments on commit 1d6d081

Please sign in to comment.