Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Feb 7, 2024
1 parent 8b632c4 commit b1df126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Airdrop/Airdrop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ export const Airdrop: FC = () => {

const getPublicSaleResult = async () => {
if (!account) return;

try {
const res = await fetch(`https://sq-airdrop-backend.subquery.network/public-sale/token-claim/${account}`);

Expand Down

0 comments on commit b1df126

Please sign in to comment.