Skip to content

Conversation

@rishavmukherji
Copy link

Description

updating neynar link to point to main website instead of blog

Tests

Checklist

  • [ x] I have formatted and linted my code
  • [ x] All new and existing tests pass
  • [ x] My commits are signed (required for merge) -- you may need to rebase if you initially pushed unsigned commits

Description from claude on the ignore

```
The issue is in next-env.d.ts at line 3, where there's a triple-slash reference directive (/// <reference types="..." />) that ESLint is flagging. This is actually a false positive because next-env.d.ts is an auto-generated file by Next.js, and triple-slash references are the correct way to include type definitions in this context.

To fix this, you should either:

Add the file to .eslintignore (recommended, since it's auto-generated)
Disable the rule for that specific file
```
@cb-heimdall
Copy link

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@vercel
Copy link

vercel bot commented Dec 5, 2025

@rishavmukherji is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants