Skip to content

Commit

Permalink
Merge pull request #610 from subquery/fix/reset-kyc
Browse files Browse the repository at this point in the history
chore: reset kyc
  • Loading branch information
HuberTRoy authored Nov 30, 2023
2 parents 32a5c35 + 1d6d081 commit 1f8b203
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 1f8b203

Please sign in to comment.