Skip to content

Commit

Permalink
fix: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Jul 18, 2024
1 parent 68b46da commit 36e5b6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/getRemainingClicks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export default function getRemainingClicks(
getUserDomains(address),
]);
const now = Date.now();
console.log("availableIds", availableIds);
console.log("now", now);
const domains = availableIds.full_ids.map((fullId: FullId) => {
if (
fullId.domain &&
Expand Down

0 comments on commit 36e5b6f

Please sign in to comment.