Skip to content

Commit

Permalink
Update [tokenId].ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dannbbb1 authored Dec 20, 2024
1 parent 476bafb commit 44024af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/pages/api/basenames/metadata/[tokenId].ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default async function GET(request: Request) {
logger.error('Error getting token metadata', error);
}

// Premints are hardcoded, the list will reduce when/if they get claimed
// Premints are hardcoded; the list will reduce when/if they are claimed
if (!basenameFormatted && premintMapping[tokenId]) {
basenameFormatted = formatBaseEthDomain(premintMapping[tokenId], chainId);
}
Expand Down

0 comments on commit 44024af

Please sign in to comment.